hallo!
Danke. Jetzt hab ich es schon fast so wie ich es gerne hätte. In der Anlage siehst Du den aktuellen Screenshot. Leider stellen sich die Untermenüpunkte übereinander. Und ich finde einfach den Fehler nicht.
hier das css:
#nav {font-family: Verdana, sans-serif;
text-decoration: none;
font-variant: small-caps;
margin-top: 80px;
}
#nav ul{
padding-left: 0;
margin-left: 0;
}
#nav ul li {
list-style-type: none;
display: inline;
float: left;
position: relative;
}
#nav ul li a {
text-decoration: none;
color: white;
font-weight: bold;
padding: 10px;
font-size: 18px;
}
#nav ul li li {
float: left;
Position: absolute;
margin-top: 20px;
}
#nav ul li li a {
text-decoration: none;
color: blue;
font-weight: bold;
font-size: 16px;
padding: 10px;
}
danke! |