the problem is that in IE7, the dropdown under “Departamentos” its cut by the banner, and it seems to be pushed to the right…
This should be a very easy to fix but I have little experience with IE fixes… I try for some time but I need your help, can you check it out??
Thanks
It’s same in IE8 because your document is rendered in quirks mode. Move the comments before the doctype declaration after the declaration. Anything before the doctype will trigger quirks mode in IE.
After you do that give .nav-wrap a z-index higher than #mainData and the submenu will show in IE7. Then give your submenu ul a left:0; to position it right.