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

#59561
tbwcf
Member

I haven’t got a web developer bar for ie on my test machine (normally use a mac) but it looks to me that ie is applying margin to your list items, you have margin:0; padding:0; on your ul but not your li, perhaps give that a go….
#menu ul li {margin:0; padding:0;}

Hope that helps