diff options
| author | wjames5 <will@tekimaki.com> | 2009-11-09 02:47:36 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-11-09 02:47:36 +0000 |
| commit | ac55f2748a6a286c1cafa75a98173e8ccce39031 (patch) | |
| tree | 9ba85926c444577318d9fcdb6bac862b300e2bdb | |
| parent | 36f135b8259de937bcbca4d31afe79e52e7decb9 (diff) | |
| download | themes-ac55f2748a6a286c1cafa75a98173e8ccce39031.tar.gz themes-ac55f2748a6a286c1cafa75a98173e8ccce39031.tar.bz2 themes-ac55f2748a6a286c1cafa75a98173e8ccce39031.zip | |
add a height to the container block so parts dont drift apart preventing navigation, particularly in IE6
| -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 70c65fe..12f71e8 100644 --- a/css/dropmenu.css +++ b/css/dropmenu.css @@ -1,7 +1,8 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.8 2009/11/09 02:16:28 wjames5 Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.9 2009/11/09 02:47:36 wjames5 Exp $ */ /* BEGIN css driven dropdown menus - horizontal */ /* The top level menu */ +ul.dropmenu {height:1em} ul.dropmenu, ul.dropmenu ul {padding:0; margin:0; list-style:none; line-height:18px; z-index:1000;} ul.dropmenu a {display:block; width:auto; padding:2px 3px;} |
