Help!

HTML & CSS

2 svar · 167 visningar · startad av jeppe

Medlem sedan dec. 2000128 inlägg
Trådstart#1

Om jag gjort så här i css-taggen:

<!--
a:link { text-decoration: none; color: black}
a:visited { text-decoration: none; color: black} 
a:active { text-decoration: none; color: black} 
a:hover { color: white}
-->

och sen vill att EN länk inte ska bli vit när man drar över den. Hur gör jag då??

Medlem sedan jan. 20016 874 inlägg
#2

classa den

<!--
a:link { text-decoration: none; color: black}
a:visited { text-decoration: none; color: black} 
a:active { text-decoration: none; color: black} 
a:hover.not{color:black}
a:hover { color: white}
-->

<a href="sida.html" class="not">länktext</a>

Medlem sedan dec. 2000128 inlägg
#3

TACK TACK TACK TACK

260 ms totalt · 4 externa anrop · v20260731065814-full.d34c6d5a
122 ms — deklarationer (db)
0 ms — hämta statistik (cache)
133 ms — hämta tråd, inlägg och bilagor (db)
124 ms — ändringar (db)