Forum Moderators: not2easy
#artSort_options {
z-index: 50;
background-color: #000000;
display: none;
position: absolute;
list-style: none;
width: 138px;
padding: 0px;
}
I use javascript to change the display of #artSort_options to block;
The UL is in a DIV floating right. The menu displays perfectly over the parentNodes, but hides behind all elements after - except in IE 7.
Any ideas?