Toon posts:

text decoration bij hover aan en anders uit...

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik wil graag wanneer de muis er overheen hovert de links dus rood en onderstreept worden waarom lukt dat niet bij deze css???

<STYLE type="text/css">
body { font-family: Verdana; font-size: 10pt; color: #FFFFFF }
A.aa:link {font-family: Verdana; font-size: 10pt; color: #FFFFFF; text-decoration:none;}
A.aa:visited {font-family: Verdana; font-size: 10pt; color: #FFFFFF;text-decoration:none;}
A.aa:hover {font-family: Verdana; font-size: 10pt; color: #FF0000;

Verwijderd

Topicstarter
Laat dus maar ik weet het al... Excuses voor het ongemak...

het moet zijn text decoration: underline;