PDA

View Full Version : Mouse cursor



vitman2005
July 15th, 2002, 02:25 PM
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.:)

kirupa
July 15th, 2002, 02:40 PM
Hey vitman2005,
I have no idea how that could be done in JavaScript.

Cheers!
Kirupa :bandit:

orcaloverbri9
July 15th, 2002, 06:14 PM
try making the mouse a crosshair, like this:
<style>
p, td {cursor:crosshair;}
</style>
:)