View Single Post
Unread 03-20-2009, 10:42 AM
ludo33 ludo33 is offline
Junior Member
Join Date: Feb 2009
Posts: 10
  #1  
Default Menu works in everything but IE

Hi,

My menu works in everything but IE.
IE 7 hides the menu behind other page items:

Used:
<div id="region">
<ul id="udm" class="udm">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
</div>

And CSS:
#region {
float: right;
margin: 0 0 1.8em 0;
z-index: 9999 !important;
position: relative;
}

And in IE6 it's even worse! The menu don't display at all!

Go to my test site at http://aberdeen.ludo.dnsalias.org/ and log in as: demo, demo

I've tried just about every option in the config files and browsed your site looking for solutions, but to no avail.

Any ideas?

Last edited by vinyl-junkie : 03-20-2009 at 12:14 PM. Reason: Added a meaningful thread title
Reply With Quote