fix z-index issue with themes, guarantee simplemenu to be on top, thanks Junyor

This commit is contained in:
Ted Serbinski 2007-04-16 06:08:40 +00:00
parent 2ca8cc7e56
commit d32378cf35

View File

@ -5,7 +5,6 @@
color:#333; color:#333;
margin:0; margin:0;
padding:0; padding:0;
z-index:48;
border-bottom:1px solid #999; border-bottom:1px solid #999;
font:11px Verdana, Helvetica, sans-serif; font:11px Verdana, Helvetica, sans-serif;
left:0; left:0;
@ -13,7 +12,7 @@
top:0; top:0;
width:100%; width:100%;
height:20px; height:20px;
z-index:48; z-index:9999;
} }
#simplemenu li #simplemenu li
@ -26,7 +25,7 @@
position:relative; position:relative;
margin:0; margin:0;
padding:0; padding:0;
z-index:48; z-index:9999;
text-align: left; text-align: left;
} }
@ -59,7 +58,7 @@
position:absolute; position:absolute;
margin:0; margin:0;
padding:0; padding:0;
z-index:48; z-index:9999;
width:14em; width:14em;
background:#ddd; background:#ddd;
border:1px solid #999; border:1px solid #999;