ludo33
03-20-2009, 10:42 AM
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?
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?