Home › Forums › CSS › [Solved] Menu spilling out in IE (all IE’s) › Re: [Solved] Menu spilling out in IE (all IE’s)
December 14, 2009 at 12:02 pm
#68110
Participant
"EamonnMac" wrote:
Code:
ul#main-nav li {
position:relative;
float:left; z-index:100;
}
position:relative;
float:left; z-index:100;
}
"AshtonSanders" wrote:
Assign a width to the navigation’s <LI>s and float them left.
And remove the relative positioning… unless its actually doing something. ;)