@TroyXXX
That's pretty basic if you can't get the lines:
onmouseover = omouseout = function(e ) { ... };
// same ASS:
onmouseover = function( e ) { ... };
onmouseout = function( e ) { ... };
if your IE can't get to it, the im pretty sure other browser will consider those basic line and execute the function.
So don't be such a stubborn kid and stop crying for the things, that is not intended to your deal...
- I think you should consider Airshow's suggestion, and read more stuff in the W3C standard recommendations, instead of inventing your own things...