Forum Moderators: not2easy

Message Too Old, No Replies

Drop down menu is offest in IE 7 & 8

         

zelionprime

7:46 pm on Jul 15, 2010 (gmt 0)

10+ Year Member



For some reason, in IE 7 & 8, the drop down menu item is offset to the right for some reason. It works fine in Chrome, Safari, and Firefox. But in IE 7 & 8, when i mouse over the parent item, the drop down menu expends but not directly underneath he parent item it like it's supposed to, it actually is quite a bit over to the right!

Take a look here at the screen capture: [s762.photobucket.com ]

Is there some lines of code i can add to compensate for IE browsers?
Thanks in advance!

enigma1

10:52 am on Jul 18, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi zelionprime welcome to the forums.

I briefly checked the drop-down css code on your site and my advice would be to correct the HTML errors in the menu at least. I saw things like:

<ul>
<li><a href="#">page</a>
<ul>
<li><a href="#">page2</a>
</ul>
<li>

Make sure the HTML validates.