problem mit links
ein teil meines stylesheets:
lg p!gu
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>
<a href="1.html">1</a>
<a href="2.html">2</a>
<a href="3.html">3</a>
<a href="4.html">4</a>
<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
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
lg pigu
27.02.2006 10:32
Beitrag schreiben (als Gast)
Beim Verfassen des Beitrages bitte die Forenregeln beachten.
| Thema | Autor | Forum | Beiträge | Letzter Beitrag |
|---|---|---|---|---|
| Blogger.com stellt FTP support ein | mark | Content Management, Foren und Blog-Systeme | 4 | 27.09.2010 12:52 |
| www.problems-solution.com | Franky | Meine Homepage | 3 | 19.11.2008 17:54 |
| Das Ventil | Zyntax | Meine Homepage | 5 | 31.03.2008 17:49 |
| JavaScript Problem | pigu | HTML, CSS | 7 | 19.07.2007 12:42 |
| CSS Problem | Cypress | HTML, CSS | 10 | 17.01.2007 15:30 |
