problem mit links


Werbung
ein teil meines stylesheets:
a:link{ text-decoration:underline; font-weight:bold; color:#006600; }
a:hover{text-decoration:none; font-weight:bold;color:#006600;}
a:visited{text-decoration:underline; font-weight:bold; color:#006600;}
a:active{text-decoration:none; font-weight:bold;color:#006600; }
ein teil meines menus:
<td bgcolor="#00cc33"><p>
<a href="0.html">0</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
<a href="1.html">1</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
<a href="2.html">2</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
<a href="3.html">3</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
<a href="4.html">4</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
<a href="5.html">5</a>
</p></td>
mein prblem: alle dieser verweise sind unterstrichen, jedoch bei nur den verweisen 3 und 4 geht der unterstrich bei hover weg!(meine verweise haben natürlich andere namen;) an was liegt das?was ist falsch?
lg p!gu

26.02.2006 18:59


WISE SEO Suite
Vielleicht, weil die Formatierung bei Hover von der Formatierung für besuchte Links überschrieben wird. Probier mal mit dieser REihenfolge:

a:link{ text-decoration:underline; font-weight:bold; color:#006600; }
a:visited{text-decoration:underline; font-weight:bold; color:#006600;}
a:hover{text-decoration:none; font-weight:bold;color:#006600;}
a:active{text-decoration:none; font-weight:bold;color:#006600; }

26.02.2006 22:24


thx a lot! es funktioniert jetzt! hätte net gedacht, dass die reihenfolge da so ne rolle spielt!
lg pigu

27.02.2006 10:32


Beitrag schreiben (als Gast)

Beim Verfassen des Beitrages bitte die Forenregeln beachten.

[BBCode-Hilfe]