a:hover in style?

Status
Nicht offen für weitere Antworten.
PHP:
<a href="..." onMouseOver="this.style.textDecoration='none';">bla</a>
Weiß aber jetzt nicht, ob es in der Form hier notwendig ist:
PHP:
<a href="..." onMouseOver="this.style.textDecoration='none';" onMouseOut="this.style.textDecoration='underline';">bla</a>
oder ob das automatisch geschieht. :)

hth,
Geist
 
Status
Nicht offen für weitere Antworten.
Zurück