From d32378cf35533b55119938527a55eaf70af16285 Mon Sep 17 00:00:00 2001 From: Ted Serbinski Date: Mon, 16 Apr 2007 06:08:40 +0000 Subject: [PATCH] fix z-index issue with themes, guarantee simplemenu to be on top, thanks Junyor --- simplemenu.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/simplemenu.css b/simplemenu.css index 698e160d..489482a7 100644 --- a/simplemenu.css +++ b/simplemenu.css @@ -5,7 +5,6 @@ color:#333; margin:0; padding:0; - z-index:48; border-bottom:1px solid #999; font:11px Verdana, Helvetica, sans-serif; left:0; @@ -13,7 +12,7 @@ top:0; width:100%; height:20px; - z-index:48; + z-index:9999; } #simplemenu li @@ -26,7 +25,7 @@ position:relative; margin:0; padding:0; - z-index:48; + z-index:9999; text-align: left; } @@ -59,7 +58,7 @@ position:absolute; margin:0; padding:0; - z-index:48; + z-index:9999; width:14em; background:#ddd; border:1px solid #999;