summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-11-09 15:51:10 +0000
committerwjames5 <will@tekimaki.com>2009-11-09 15:51:10 +0000
commit71301e58d9ab9bb5dbb3feb1c254c900ea2dfa79 (patch)
treea56e7c770922d048293953ed7d124ef41ec5e0da
parentac55f2748a6a286c1cafa75a98173e8ccce39031 (diff)
downloadthemes-71301e58d9ab9bb5dbb3feb1c254c900ea2dfa79.tar.gz
themes-71301e58d9ab9bb5dbb3feb1c254c900ea2dfa79.tar.bz2
themes-71301e58d9ab9bb5dbb3feb1c254c900ea2dfa79.zip
pu relativey harmless IE hacks in, add one for top menu to display right in IE6
-rw-r--r--css/default.css5
1 files changed, 4 insertions, 1 deletions
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 */