webForumDet fria alternativet
Logga in / Bli medlem

Help!

HTML & CSS

2 svar · 163 visningar · startad av jeppe

Medlem sedan dec. 2000128 inlägg
Frågan#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

269 ms totalt · 4 externa anrop · v20260731065814-full.14655e19
128 ms — deklarationer (db)
0 ms — hämta statistik (cache)
138 ms — hämta tråd, inlägg och bilagor (db)
126 ms — ändringar (db)