Einzelnen Beitrag anzeigen
  #10  
Alt 24.04.08, 09:22
DIEBABS DIEBABS ist offline
Forum Newbie
 
Registriert seit: 02.01.07
Beiträge: 15

super danke --- aber


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!
Miniaturansicht angehängter Grafiken
dringend-men-problem-bild-1.jpg  
Mit Zitat antworten