[Yanel-commits] rev 23247 - public/yanel/trunk/src/webapp/htdocs

josias at wyona.com josias at wyona.com
Tue Mar 13 16:25:01 CET 2007


Author: josias
Date: 2007-03-13 16:25:00 +0100 (Tue, 13 Mar 2007)
New Revision: 23247

Modified:
   public/yanel/trunk/src/webapp/htdocs/toolbar.css
Log:
added a high z-index to the menu so it appears on top of the page and covers the page content

Modified: public/yanel/trunk/src/webapp/htdocs/toolbar.css
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/toolbar.css	2007-03-13 15:07:50 UTC (rev 23246)
+++ public/yanel/trunk/src/webapp/htdocs/toolbar.css	2007-03-13 15:25:00 UTC (rev 23247)
@@ -16,6 +16,7 @@
   height:24px;
   margin:0 auto;
 border-right-width:20px;
+  z-index: 400; /* this z-index has to be bigger than any z-index of the page content */
 }
 /* position:fixed for modern browsers - header and footer do not scroll */
 body>div#headerwrap {




More information about the Yanel-commits mailing list