Scot Schlinger wrote: >I have a div which contains faux columns and is split into to columns. I >know there is a problem because it shows up correctly in ie 6.x but not in >ff 1.0.4 as there is a 4-5 pixel gap between the faux columns and the >surrounding division. I placed a 1px border in .blog and that got rid of >the space (I was just using it to narrow down the problem) but I know that >can't be the fix? > >url: http://baseballtriviaquiz.com/book/ >css: in page > >
Yep, that's the fix. It's margin collapsing: http://css-discuss.incutio.com/?page=CollapsingMargin Zoe -- Zoe M. Gillenwater Design Services Manager 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/
