From: Scot Schlinger <[EMAIL PROTECTED]>

> A width of 180px
>works fine in firefox but forces the division below in ie to create a empty
>line.  I use _width: 177px at the end of the navigation id and things line
>up, but there is a gap of 3px at the end of this area 


>The problem is with the #navigation id near the bottom of the style area
>
>webiste: http://www.baseballtriviaquiz.com/test/login.html 

Remove the _width: 177px completely. Change the br.left selector to include the 
following properties/values.

br.left {
        clear: left;
        line-height: 0;
}

This forces IE to close up the gap that the < br> is taking, at least in your 
current minimal case. 

I hope that helps,

~holly  
 
                   
______________________________________________________________________
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