ich suche schon seit Wochen erfolglos nach einer vermeintlich einfachen Lösung. Bei einer horizontalen Navigation soll die zweite Ebene nach unten aufklappen. Es gibt unzählige Tutorials im Netz, die ich auch schon durchforstet habe, allein: ich bekomme es nicht angepasst. Hat mir eine7r von euch einen Tipp, wo mein Denkfehler liegt?
- Code: Alles auswählen
ul.rex-navi1, li.rex-navi1
{
margin-top: 10px;
margin-left: 0px;
float: left;
font-size: 12pt;
text-align: left;
list-style-type: none;
padding-right: 5px;
padding-left: 5px;
font-size: 12pt;
}
.rex-navi1 a
{
color: white;
padding-left: 0px;
padding-right: 1em;
text-decoration: none;
}
.rex-navi1 a:focus
{
color: black;
}
.rex-navi1 a:hover
{
text-decoration: underline;
}
.rex-navi1 a.rex-current
{
text-decoration: underline;
color: black;
}
ul.rex-navi2, li.rex-navi2
{
position: relative;
margin-left: -25px;
margin-top: 35px;
}
#nav
{
height: 42px;
text-align: left;
margin: auto;
width: 950px;
border-top: 2px;
border-left-width: 0px;
border-right-width: 0px;
border-style: solid;
border-color: white;
background: url(menu.png) bottom left repeat-x;
margin-top: 3px;
}
Die Seite liegt hier [url]http://www.bacchusjünger.de[/url]

