Ik ben beizg met een pagina. Nu ben ik bezig dat je over een link gaat dat de de achtergrond-kleur van de link veranderd.
Nu heb ik dat met CSS gedaan.
a.menu:link { color: #000000; text-decoration: none; background-color: #ECBB00; width:258; }
a.menu:visited { color: #000000; text-decoration: none; background-color: #ECBB00; width:258; }
a.menu:hover { color: #000000; text-decoration: none; background-color: #E25E1E; width:258; }
a.menu:active { color: #000000; text-decoration: none; background-color: #E25E1E; width:258; }
IE:
Je ziet gewoon 258px lang die achtergrond kleur
FF:
Je ziet alleen waar tekst achterstaat de achtergrond kleur.
Iemand een oplossing?
Nu heb ik dat met CSS gedaan.
a.menu:link { color: #000000; text-decoration: none; background-color: #ECBB00; width:258; }
a.menu:visited { color: #000000; text-decoration: none; background-color: #ECBB00; width:258; }
a.menu:hover { color: #000000; text-decoration: none; background-color: #E25E1E; width:258; }
a.menu:active { color: #000000; text-decoration: none; background-color: #E25E1E; width:258; }
IE:
Je ziet gewoon 258px lang die achtergrond kleur
FF:
Je ziet alleen waar tekst achterstaat de achtergrond kleur.
Iemand een oplossing?