Guys I need your help to fix IE7 issues with the menu here: luigisettembrini.gov.it
With other browsers the menu looks good and the submenu is over the main menu with a padding.. With IE7 it’s not “close” to the menu (it’s unusable):
http://img15.imageshack.us/img15/227/senzanomekq.png
Don’t know why this happens. I also tried to look with Firebug Lite for IE7 but it’s a mess!
I haven’t been able to find a source for explaining that difference in ie7 but here is a quick fix:
change the nested ul’s to have an absolute position of right:0; instead of a left-margin of 200px.
alternatively you could provide a conditional stylesheet for ie7 that gives them a left-margin of zero. but since the uls are already absolutely positioned it will be a pretty easy fix to just remove the margin and add a “right:0;” to the css.