2.  The layout is destroyed in IE / Win.  The layout utilizes two floats,
to
which I have applied the display: inline feature and the child selector to attempt to correct the 3px bug. Nothing has solved the issue. Please help!


Hi, try this...

div#globalnav {
float:right;
border-left: 2px solid #aeaeae ;
padding: 0;
margin:0;
width: 107px ;
}

I simply floated the element
maybe you don't need to change the width of  #globalnav with a child
selector.. i've tested with IE6

Gianni - www.getidea.it



______________________________________________________________________
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