Diese Verwendung von Pseudoprotokollen mag ich nun mal nicht.
Aber Pseudokonstrukte, nur um "Kompatibilität" zum IE beizubehalten, anscheinend schon, naja dazu sag ich jetzt mal nix ^^
Dann musst du halt eine umständlichere Lösung bemühen:
<span onClick = "alert('geht auch im IE')"
onMouseOver = "this.style.color = '#FF0000'"
onMouseOut = "this.style.color = '#0000FF'"
style = "color: #0000FF">
Link
</span>