View Full Version : How do you change the cursor...
Bashh
08-24-2002, 02:41 AM
on your site without using comet cursor? I hate comet cursor!
thickandthin
08-24-2002, 02:44 AM
what kind of cursors????
Bashh
08-24-2002, 02:45 AM
what do you mean by what kind of cursors?
x_goose_x
08-24-2002, 05:12 AM
Hand:
<style>
BODY {
cursor: hand;
}
</style>
Custom (IE only):
<style>
BODY {
cursor: url(custom.cur);
}
</style>
For only a certain element:
<style>
.myclass {
cursor: hand;
}
</style>
<img src="mypic.jpg" class="myclass">
Any help?
Bashh
08-24-2002, 03:39 PM
ya, but how do you make .cur's?
x_goose_x
08-24-2002, 04:03 PM
You need software. Try searching www.downloads.com
Bashh
08-24-2002, 04:05 PM
ok
Quiet Storm
08-24-2002, 11:29 PM
Custom cursor and custom cursors:
http://www.angelfire.com/mo2/cbch21/
Look at the downloads section for the software I used for my cursors...
:D
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.