Knowledge Base Navigation
Articles: 51 Categories: 8
KB Article: Using CSS to change your cursor
| Article: | Using CSS to change your cursor
![]() |
| Submitted By: | Telli |
| Date Added: | 04-27-2004 5:42:07 |
| Hits: | 7,042 |
Simple code to change your default cursor.
Add this into the of you document changing the URL to your cursor: <style> <!-- BODY { CURSOR: url(http://your_url_to_cursor.ani); } --> </style> If your allready using a style sheet then you can just add the CURSOR to your body properties: In the css file BODY { CURSOR: url(http://your_url_to_cursor.ani); |
Current rating: 8.25 by 158 users
| Please take one second and rate this article... |
| Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |

Please register or sign-in to post comments.