Ik heb in html gewoon een aantal links onderelkaar staat, nu is het de bedoeling dat bij een mouseover er een streekje onder het betreffende linkje moet komen. Nou dit gebeurt opzich wel, maar mijn probleem is (heel simpel) ik krijg het streekje niet zwart van kleur (de linkjes zijn rood van kleur op een witte achtergrond).
Heeft het iets met dat SOLID CRIMSON te maken?
Wat moet ik doen cq veranderen?
Dit script gebruik ik in mijn pagina:
<style>
a:link {text-decoration:none; font-family: Arial; font-size:9px; color: #000000;}
a:visited {text-decoration:none; font-family: Arial; font-size:9px; color: #000000;}
a:hover {text-decoration:none; font-family: Arial; font-size:9px; color: #000000; border-bottom:1px solid crimson}
</style>
Heeft het iets met dat SOLID CRIMSON te maken?
Wat moet ik doen cq veranderen?
Dit script gebruik ik in mijn pagina:
<style>
a:link {text-decoration:none; font-family: Arial; font-size:9px; color: #000000;}
a:visited {text-decoration:none; font-family: Arial; font-size:9px; color: #000000;}
a:hover {text-decoration:none; font-family: Arial; font-size:9px; color: #000000; border-bottom:1px solid crimson}
</style>