brug css på <span>
har denne kode, og vil gerne bruge css til at give den en onmouseover effekt(lige som jeg kan med:A:active { color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:link { color: #000000; text-decoration: none; }
A:hover { color:White; text-decoration: none; }
)
<Koden der skal have effeksten:>
<span style="cursor:hand">
<a href onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.cyklbix.dk');">
Gør Cykl'bix til din startside</a>
<span>
