diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-18 17:40:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-18 17:40:34 +0000 |
| commit | fae1d838a3c3388093cf0343d74ad42f3de1efcc (patch) | |
| tree | aeff77db4accaa00a5eecfb3cb250abdcbcb7ec4 /base.css | |
| parent | 843e5d289ea145830652466aa75bf99cb3d30887 (diff) | |
| download | themes-fae1d838a3c3388093cf0343d74ad42f3de1efcc.tar.gz themes-fae1d838a3c3388093cf0343d74ad42f3de1efcc.tar.bz2 themes-fae1d838a3c3388093cf0343d74ad42f3de1efcc.zip | |
add generic css to get css dropdowns working in msie
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ ul.tree {margin:0;padding-left:20px;} .hor li ul ul {margin:-20px 0 0 13em;} .hor .icon {position:absolute; left:28px; top:2px; vertical-align:middle; margin-left:-26px;} .hor li li a {margin:0 0 0 2em;} +/* msie dropdown menu */ +.hor table {margin:-1px; width:auto; border-collapse:collapse; font-size:1em;} /* css driven dropdown menus - vertical */ .ver, .ver ul {padding:0; margin:0; list-style:none; float:left; width:13em;} |
