cursor change
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi is there a way to change the cursor to an image you have created yourself (gif). (workable over frames....:() tx
Only if you are using IE6. You can apply a cursor style to an element using the URL() syntax. EX: style="cursor:URL(http://mysite.com/res/mycursor.cur)" However, the resource must be a cursor or animated cursor (.cur or .ani) file. onwards and upwards...