Cassien
Programmer
- Sep 17, 2002
- 94
I'm running a simple piece of code to change cross-hair style:
onMouseOver=javascript:void(document.body.style.cursor=""hand"");
(the double speech marks are because it's part of a response.write asp line)
The code works a treat and the cursor changes, but the banner (a jpg file) flickers each time the code is called as if it were being refreshed, i.e. each time I mouseover onto the link, and again when I mouseout - calling a similar function to change the cursor back.
Has anyone seen this problem before, and do they have a solution?!
The page is being run locally on an IIS server.
Cheers,
Cass
onMouseOver=javascript:void(document.body.style.cursor=""hand"");
(the double speech marks are because it's part of a response.write asp line)
The code works a treat and the cursor changes, but the banner (a jpg file) flickers each time the code is called as if it were being refreshed, i.e. each time I mouseover onto the link, and again when I mouseout - calling a similar function to change the cursor back.
Has anyone seen this problem before, and do they have a solution?!
The page is being run locally on an IIS server.
Cheers,
Cass