Yes - just specify the coordinates of the access point:
cursor: url("x.gif") 15 15, move;
However, keep in mind that this will break some browsers. Ideally, you need:
cursor: url("x.cur"), move; cursor: url("x.gif") 15 15, move;
Where x.cur is the "correct" cursor file. If you need a program to create it, try the RealWorld cursor editor.
Niet the dark absol
source share