Mouse cursor

Hi, I have cross hairs on my site. example: http://www.dynamicdrive.com/dynamicindex13/crosshair.htm And i was wondering if you can remove the white arrow so that it shows the cross hair only, thanks.:slight_smile:

Hey vitman2005,
I have no idea how that could be done in JavaScript.

Cheers!
Kirupa :bandit:

try making the mouse a crosshair, like this:
<style>
p, td {cursor:crosshair;}
</style>
:slight_smile: