Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Menu spilling out in IE (all IE’s) Re: [Solved] Menu spilling out in IE (all IE’s)

#68110
AshtonSanders
Participant
"EamonnMac" wrote:
Code:
ul#main-nav li {
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. ;)