webForumDet fria alternativet

class & stylesheet

HTML & CSS

1 svar · 200 visningar · startad av Binaryian

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

Medlem 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...

277 ms totalt · 4 externa anrop · v20260731065814-full.86ec41c2
135 ms — deklarationer (db)
0 ms — hämta statistik (cache)
139 ms — hämta tråd, inlägg och bilagor (db)
122 ms — ändringar (db)