Hi!

Ich hab folgendes in einer CSS-Datei:

---

.navired        {
                font-family: Verdana;
                font-weight: normal;
                font-size:       11px;
                color:           #CE0000;
                text-decoration: none;
}

.navired:link   {
                color:           #CE0000;
                text-decoration: none;
}

.navired:hover  {
                text-decoration: underline;
                font-weight: bold;
}

.navired:active {
                text-decoration: none;
                color: #CE0000;
}

.navired:visited        {
                text-decoration: none;
                color: #CE0000;
}

---

Nun meine Frage:
Warum wird ein Link beim Dr�berfahren zwar fett, aber nicht unterstrichen?

Danke

Stefan
http://www.drhirn.com/1




| [aspdecoffeehouse] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdecoffeehouse/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdecoffeehouse.asp

Antwort per Email an