Classen - Pseudo-Classen Problem im IE
Nadine
- css
1 RichardWotzlaw0 Nadine
Hallo,
ich habe das folgende Problem im Internet Explorer (in Firefox funktioniert es ohne Problem).
Sobald ich meine Links mit den Pseudo-Classen :link, :visited, :hover und :active formatiere, werden normale Classen ignoriert.
Hier das Beispiel:
a:link { text-decoration: none; color: #00FF00; }
a:visited { text-decoration: none; color: #00FF00; }
a:hover { text-decoration: underline; color: #00FF00; }
a:active { text-decoration: none; color: #00FF00; }
a.menu1 { color: #FF0000; text-decoration: none; vertical-align: middle;}
a.menu2 { color: #FF0000; text-decoration: underline; vertical-align: middle;}
<a class="menu1" href="...">
wird trotzdem grün dargestellt.
Würde mich freuen, wenn jemand helfen könnte.
Hallo,
Man kommt ja nicht drumherum:
Wie formatiere ich mehrere Arten von Links
Bitte beherzige auch die Hinweise in der Charta des Forums.
Gruß aus MeckPomm
Hallo,
Man kommt ja nicht drumherum:
Wie formatiere ich mehrere Arten von Links
Bitte beherzige auch die Hinweise in der Charta des Forums.
Gruß aus MeckPomm
Hab meinen Fehler soeben selbst gefunden.
Hatte nur einmal :visited etc. definiert.
Sorry, aber ich war da wohl etwas mit Blindheit geschlagen.