I’m with a positioning problem in IE7
have the following in my css menu
In Chrome and Firefox works correctly, but in IE7, the menu is vertical. How can I fix this?
Please look at the source of the page the link up between the lines:
the menu is between the lines:
457 and 614
tag starts in:
<div class="colorido" style="z-index: 10000; position: relative;">
The area of the div ‘colorido’ will Destaques to Fale Conosco
Any help is appreciated.
You need to add a fixed width to the menu’s UL element. I experimented and 550px seems spot on.