Kethryl: Navigation mit Listen - Problem bei a:active

Beitrag lesen

Hi dey

danke für die Hilfe - aber ich hab ein paar Anmerkungen

steht für ID

. steht für class

also .active a

das a lassen wir mal weg und nehmen nur .active und schon passt das Ganze zu meinem Problem.

Danke vielmals - betriebsblindheit behoben - Problem gelöst.

Gruß
Kethryl

Hallo,

<li class="active"><a href.......</li>

#active a{
color: #8B993E;
text-decoration: none;
background-image: url(navmarker.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
cursor: default;}

bydey