Hiho.
Da mir gestern leider keiner helfen konnte hab ich gegrübelt und bin doch auf eine recht gute Lösung gekommen die ich nicht vorenthalten will.
/*------------------------------------------------------------------
function function setCursor( look )
-------------------------------------------------------------------*/
function setCursor( look ) {
for ( var i = 0; i < document.all.length; i++ ) {
if ( typeof( document.all[i].style) == "object" )
document.all[i].style.cursor = look;
}
moveBy( 1, 0);
moveBy( -1, 0);
}
Viel Spass ;-)
Spike