Re: [css-d] IE expanding Box Problem

2005-09-14 Thread David Hucklesby
Hi Benny, you stated: > ... > style="border:1px dotted green;height:1px;"> > > 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;

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: > > > > > > if i give the inner DIV a height, the IE expand this inner DIV about 12px. > a

[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: 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, how can i get this height? erasing the height style will minimize