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

michi at wyona.com michi at wyona.com
Wed Mar 14 10:47:55 CET 2007


Author: michi
Date: 2007-03-14 10:47:53 +0100 (Wed, 14 Mar 2007)
New Revision: 23261

Modified:
   public/yanel/trunk/src/webapp/htdocs/toolbar.css
Log:
z-index added

Modified: public/yanel/trunk/src/webapp/htdocs/toolbar.css
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/toolbar.css	2007-03-14 09:47:04 UTC (rev 23260)
+++ public/yanel/trunk/src/webapp/htdocs/toolbar.css	2007-03-14 09:47:53 UTC (rev 23261)
@@ -5,16 +5,19 @@
 body {
 	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
 }
+
 /* the whole page should scrolls */
 div#headerwrap {
-  position:absolute;
-  width:100%;
-  top:0;
-  left:0;
-  height:23px;
-  margin:0 auto;
+  position: absolute;
+  width: 100%;
+  top: 0;
+  left: 0;
+  height: 23px;
+  margin: 0 auto;
+  z-index: 500;
 /*border-right-width:20px;*/
 }
+
 /* position:fixed for modern browsers - header should not scroll */
 body>div#headerwrap {
 	position:fixed;




More information about the Yanel-commits mailing list