webForumDet fria alternativet

class & stylesheet

1 svar · 198 visningar · startad av Binaryian

BinaryianMedlem sedan mars 200170 inlägg
#1

Försöker få class att fungera. Använder följande kod i css-filen:

A.norm { color: #008080; font-family: Verdana; font-size: xx-small; text-decoration: none; }
A.norm:HOVER { color: #0000FF; font-family: Verdana; font-size: xx-small; text-decoration: none; }

A { color: #008080; font-family: Verdana; font-size: xx-small; font-weight: bold; text-decoration: none; }
A:HOVER { color: #0000FF; font-family: Verdana; font-size: xx-small; font-weight: bold; text-decoration: none; }

och följande i html-filen:

<a href="#Hem" class="norm">Hem</a>

men det vill inte fungera. Förslag?

------------------
Lord, make my words sweet and tender today, for tomorrow I may have to eat them...

BinaryianMedlem sedan mars 200170 inlägg
#2

Jag hittade felet själv. ;)
Som vanligt är man lätt förvirrad...

Så här skulle det givetvis se ut:

A.norm { color: #008080; font-family: Verdana; font-size: xx-small; font-weight: normal; text-decoration: none; }
A.norm:HOVER { color: #0000FF; font-family: Verdana; font-size: xx-small; font-weight: normal; text-decoration: none; }

A { color: #008080; font-family: Verdana; font-size: xx-small; font-weight: bold; text-decoration: none; }
A:HOVER	{ color: #0000FF; font-family: Verdana; font-size: xx-small; font-weight: bold; text-decoration: none; }

------------------
Lord, make my words sweet and tender today, for tomorrow I may have to eat them...

257 ms totalt · 3 externa anrop · v20260731065814-full.30151723
131 ms — hämta forumlista (db)
123 ms — hämta statistik (db)
127 ms — hämta tråd, inlägg och bilagor (db)