IE treats height like it were min-height (well, not exactly, but in this situation...). Because you put a non-breaking space in the <div>, IE enlarges the <div> to the size of line-height. That means you can't just say height: 0; you have to add line-height: 0 as well (at least, I think that's the fix. Anyone care to elaborate?).

--
http://www.mozilla.org/products/firefox/ - Get Firefox!
http://www.mozilla.org/products/thunderbird/ - Reclaim Your Inbox!

______________________________________________________________________
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/

Reply via email to