Jump to content

IE Dropdown Menu Issue


czukoman20

Recommended Posts

I have this dropdown menu that i am working on.

http://www.adworld-online.com/newlayout/demo.htm

 

If you open that up in Firefox, and then in Internet Explorer, it will work.

But if you go to

http://www.adworld-online.com/newlayout/index4.php

If you open that up in Firefox, IT WORKS

If you open it in IE, The dropdown menu's appear below the button.

 

Here is the CSS

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font:normal 12px Constantia;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

I honestly have no idea what could be wrong. But IE sucks

There is more CSS, but i believe that is the only portion that has to do with the menu's

 

Help is greatly appreciated

Link to comment
https://forums.phpfreaks.com/topic/144683-ie-dropdown-menu-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.