Return to Snippet

Revision: 22084
at December 31, 2009 11:09 by CDIDevs


Initial Code
div{font-size:0;line-height:0;margin:0;padding:0;}

Initial URL
http://www.webdeveloper.com/forum/showthread.php?t=66024

Initial Description
For instances where you have an empty div that is less than about 10-15px in height. IE assumes it should contain something and allots room for text.

I first found this on the webdeveloper.com forums. The fix here is ultimately the "font-size:0" declaration. The rest are for good measure...

Initial Title
IE6 Empty Div Adds Margin - Fix

Initial Tags
ie6

Initial Language
CSS