diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-04-01 15:03:43 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-04-01 15:03:43 +0000 |
| commit | ea3281e41916d1053f16f13d148ddfb467d9cbe6 (patch) | |
| tree | 0929aabf475980df20273e26cdf3516962422422 /css | |
| parent | 99353b46c3cc44b5b2ac7ae874a1d344dc8c1bbc (diff) | |
| download | nexus-ea3281e41916d1053f16f13d148ddfb467d9cbe6.tar.gz nexus-ea3281e41916d1053f16f13d148ddfb467d9cbe6.tar.bz2 nexus-ea3281e41916d1053f16f13d148ddfb467d9cbe6.zip | |
Nexus menu dropdowns work better if they are above the tabsystem
Diffstat (limited to 'css')
| -rw-r--r-- | css/nexus.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/nexus.css b/css/nexus.css index 0d8e79d..e771df1 100644 --- a/css/nexus.css +++ b/css/nexus.css @@ -3,7 +3,7 @@ ul.hor ul {line-height:18px; padding:0; margin:0; list-style:none;} ul.hor a, ul.hor li>span {display:block; padding:0 6px;} ul.hor li {float:left; text-align:left; width:auto;} -ul.hor li ul {position:absolute; left:-999em; border:1px solid #999999; background:#FFFFFF; display:block; margin:0; text-align:left;} +ul.hor li ul {position:absolute; left:-999em; border:1px solid #999999; background:#FFFFFF; display:block; margin:0; text-align:left; z-index:50;} ul.hor ul li {width:13em; float:none;} ul.hor li li:hover, ul.hor li li li:hover {background:#eeeeee;} |
