Hi Benny, you stated: > ... > <div style="border:3px solid red;height:50px;background:#eee"> <div > style="border:1px dotted green;height:1px;"></div> </div> > > if i give the inner DIV a height, the IE expand this inner DIV about > 12px. also a "height:0px;" will do this. i just need 5px ... > Try adding this to the rule for the inner DIV:
font-size: 1px; line-height: 1; (and change the "height" to the 5px that you want.) Cordially, David -- David Hucklesby, on 9/14/2005 <http://www.hucklesby.com/> -- ______________________________________________________________________ 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/
