Hallo,
ich bin gerade dabei meine Site für Firefox und co aufzuarbeiten.
Ist zwar noch Stückwerk, aber ich komme voran.
Ich habe auf der Seite wegen der Hintergründe, 2 in den Farbe unterschiedliche Links.
Jetzt habe ich mit Sicherheit einen Bug eingebaut, den ich jedoch nicht finde.
Im Header habe ich folgenden Code eingefügt
Die gelbe Klasse
Code
<style type="text/css">
.a.gelb:link { font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; font-style:normal; color:yellow; text-decoration:underline }
.a.gelb:visited { font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; font-style:normal; color:yellow; text-decoration:underline }
.a.gelb:hover { font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; font-style:normal; color:red; text-decoration:underline }
</style>
Der Standardlink
Code
<style type="text/css">
a:link { font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; font-style:normal; color:#00008B; text-decoration:none }
a:visited { font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; font-style:normal; color:#00008B; text-decoration:none }
a:hover { font-size:11px; font-family:Verdana,sans-serif; font-weight:bold; font-style:normal; color:red; text-decoration:none }
body { background-color:#728498; margin:0px; }
</style>
Ein a-Tag mit class="gelb"
Code
<a href="chatlink.html" target="_blank" class="gelb" title="HTML-Code zum Einbau des Chat's in Ihre Home-Page">HTML-Code</a>
Der Firefox zeigt mir den Link blau (standard) an.
Ich sehe den Fehler einfach nicht.
MfG dieter1a
Edit:
Heureka ich glaube ich bin fündig geworden
.gelb:link { scheint zu gehen