On 8/9/05, Tanya Renne <[EMAIL PROTECTED]> wrote: > Is there such a thing as border-position? I'd like a border to stop > about 80px from the top of a div.
No, the border is in between the margin and the padding of the element, so to "position the border" you could use a margin top of 80px. If you want a background colour to appear above the border you would have to make your border a part of a background image though. -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
