Forums

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

Home Forums CSS Need help with multiple nav menus and weird offset in IE Re: Need help with multiple nav menus and weird offset in IE

#59187
christiela
Member

Okay, after reading a bunch of sites about z-index I finally got the overlap part working…but i’m still lost on the offset in IE…please help?

This is the change made to the horizontal menu that solved the overlapping issue

Code:
#menu2 li {
position: relative;
z-index: 1000;
}