diff options
| author | wjames5 <will@tekimaki.com> | 2009-11-09 02:06:18 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-11-09 02:06:18 +0000 |
| commit | 8fb8f8071855d2bc12ee0179708383113f80bee2 (patch) | |
| tree | ce86977054467fcbb83e295a2fff8476ee1ba29d | |
| parent | cc49a9e2263ca313e3505bcf024ab45649fb776b (diff) | |
| download | themes-8fb8f8071855d2bc12ee0179708383113f80bee2.tar.gz themes-8fb8f8071855d2bc12ee0179708383113f80bee2.tar.bz2 themes-8fb8f8071855d2bc12ee0179708383113f80bee2.zip | |
fix sticky menu bug in ie<=7
| -rw-r--r-- | css/dropmenu.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/dropmenu.css b/css/dropmenu.css index f6f2b17..f0f36bd 100644 --- a/css/dropmenu.css +++ b/css/dropmenu.css @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.6 2009/05/24 10:15:28 squareing Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.7 2009/11/09 02:06:18 wjames5 Exp $ */ /* BEGIN css driven dropdown menus - horizontal */ /* The top level menu */ @@ -12,6 +12,7 @@ ul.dropmenu li ul {position:absolute; background:#fff; left:-999e ul.dropmenu li ul li {float:none;} /* affects all items in all menus */ ul.dropmenu li {float:left;text-align:left; width:auto;} +ul.dropmenu li:hover {background-position:0 0} ul.dropmenu>li>ul li:hover {background-color:#eee;} /* main drop menu items */ ul.dropmenu>li>ul li {width:15em; z-index:1001;} |
