onmouse underline i en anden farve
Hejjeg vil høre om der er nogen her der kan hjælpe mig med at skifte farven i onmouse underline til 0000FF hvor teksten skal forblive FF0000 når man køre musen henover ?
<style type=text/css>
A:hover {
font-weight : bold;
font-size : 12px;
font-family : Arial;
color : #FF0000;
background : transparent;
text-decoration : underline;
}
A:visited, A:link, A:active {
font-weight : bold;
font-size : 12px;
font-family : Arial;
color : #FF0000;
text-decoration : none;
}
</style>
//Burgerking
