![]() |
|
|
+ Search |
![]()
|
Aug 15th, 2002 15:16
Jared Smith, Martin Honnen, Matt McLaughlin, http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/cursor.asp
Only in IE6 so far. IE4+ and NN6 allow you to change the cursor style but not to make it invisible. document.body.style.cursor = 'wait' for instance. To make it invisible in IE6, you can create an empty .ANI or .CUR file, and use this convention: STYLE="cursor:url(banana.ani);"