Template:DropdownMenu
From eqqon
(Difference between revisions)
m |
m |
||
| Line 1: | Line 1: | ||
<css> | <css> | ||
#eqqon3-p-navigation-wrapper { display: none; } | #eqqon3-p-navigation-wrapper { display: none; } | ||
| + | |||
| + | /* menu is in english */ | ||
| + | .de { display: none; } | ||
| + | |||
.nav2 { | .nav2 { | ||
| + | position: absolute; | ||
| + | left: 0; | ||
| + | top: -27px; | ||
} | } | ||
.nav2, | .nav2, | ||
.nav2 ul { | .nav2 ul { | ||
| + | margin: 0; | ||
background: transparent; | background: transparent; | ||
| + | list-style-type: none; | ||
} | } | ||
| + | .nav2 ul li { | ||
| + | margin: 0; | ||
| + | list-style: none; | ||
| + | } | ||
| + | .nav2 table { background: transparent; } | ||
| + | #bodyContent .nav2 a { | ||
| + | margin: 0; | ||
| + | color: #ccc; | ||
| + | padding: 0 16px; | ||
| + | height: 25px; | ||
| + | line-height: 25px; | ||
| + | } | ||
| + | .nav2 ul li ul { | ||
| + | |||
| + | } | ||
| + | |||
</css> | </css> | ||
Revision as of 20:53, 23 March 2011