From 71301e58d9ab9bb5dbb3feb1c254c900ea2dfa79 Mon Sep 17 00:00:00 2001 From: wjames5 Date: Mon, 9 Nov 2009 15:51:10 +0000 Subject: pu relativey harmless IE hacks in, add one for top menu to display right in IE6 --- css/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 3ff00d8..a9aedab 100644 --- a/css/default.css +++ b/css/default.css @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.3 2009/09/25 19:27:35 dansut Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/default.css,v 1.4 2009/11/09 15:51:10 wjames5 Exp $ */ /* modules */ .module {padding:0.5em; margin:0.5em;} .module ul {margin:0; padding:0; list-style:none;} @@ -43,3 +43,6 @@ table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; w .navbar ul li {float:left;} .icon,.icon:hover, a.icon,a.icon:hover {border:0px;} + +/* IE hacks */ +#header {z-index:5000} /* For IE6; Required to get top menu overlapping all body elements. Relatively harmless for other browsers, YMMV */ -- cgit v1.3