Fixed expanded 'More menu' being behind jQuery tabs.

This commit is contained in:
unknown 2011-05-27 19:00:09 +02:00
parent 1a4fc3b879
commit c0270352d8
2 changed files with 2 additions and 0 deletions

View File

@ -678,6 +678,7 @@ ul#topmenu ul {
list-style-type: none;
display: none;
border: 1px #666 solid;
z-index: 2;
}
ul#topmenu li:hover ul, ul#topmenu .submenuhover ul {

View File

@ -861,6 +861,7 @@ ul#topmenu ul {
list-style-type: none;
display: none;
border: 1px #ddd solid;
z-index: 2;
}
ul#topmenu li:hover {