Ben Alpert wrote:
I am trying to make a layout that looks like this: http://onetwoseven.zapto.org/test.htm, but with structured markup such as: http://onetwoseven.zapto.org/test2.htm. I know about faux columns, but I would like a border-bottom on everything. Is this possible?
Sure, but you'll probably have to nest some divs. So, on the two column area, for instance -- instead of having one container div with the repeating background, nest an additional div inside it and give this div a bottom border. Then stick your two column divs inside this second container div. Depending on what content ends up in each of those boxes, you may be able to apply the border to a semantic element that is already there, instead of creating an extra div.
You're basically layering backgrounds and/or borders on top of each other, as Macromedia does on their home page, and I explain in this article:
http://www.communitymx.com/abstract.cfm?cid=AC5AC Zoe -- Zoe M. Gillenwater Design Specialist UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
