[css-d] IE expanding Box Problem

2005-09-14 Thread benny
Hello, i'm new to this list and have a IE box problem. following example shows what i mean: 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

Re: [css-d] IE expanding Box Problem

2005-09-14 Thread Jim Davis
Benny, To the inner div, add line-height: 1px; Jim On 9/13/05, benny [EMAIL PROTECTED] wrote: Hello, i'm new to this list and have a IE box problem. following example shows what i mean: div style=border:3px solid red;height:50px;background:#eee div style=border:1px dotted

Re: [css-d] IE expanding Box Problem

2005-09-14 Thread David Hucklesby
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