David Hucklesby wrote: > >> > > Indeed that works. But I'm as confused as Jerod here - I don't see > evidence of margins on anything here. The only element that's likely > to have a margin is the UL, and Jerod has expressly set that to zero. > And poking around with Firebug, I can't see what is overflowing. > > So "Collapsing Margin Bug" does not seem to be an explanation. > Could you please elaborate? > > Cordially, > David > -- > >
Not answering for Bill, just some "random" thoughts... If you delete the padding-top:1px; IE/6.0 and IE/7.0 get it wrong (they show no gap). Compliant browsers get it right (they show a gap). The padding-top:1px; contains the collapsing margins (I think) [1]. [1] <http://www.w3.org/TR/CSS21/box.html#collapsing-margins> -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
