How to change the cursor icon

Tomserna at 21h22
29
Dec
2011
How do i change it?i saw diff themes with diff cursor icons.
1 PorkyPine V10, on 29/12/2011 at 21h24
if u mean u want a custom cursor go here:

http://www.cursors-4u.com/
2 XDirect12345, on 29/12/2011 at 21h43
Try this

/t100555-cursors
3 Tomserna, on 29/12/2011 at 21h55
@porky yes like that but you have to download the file and idk if you can upload cursor to the website to change it?

@Xdirect I don't want a cursor change when you hover your mouse over texts n stuff, i want my mouse changed completely, like not hovering the texts, etc.
4 XDirect12345, on 29/12/2011 at 22h19
Then use this for a normal cursor:

Code:
body{cursor: url(Normal Cursor URL here), progress;}


If you want the cursor to remain like the normal one when you hover put:
Code:
a:hover, a {cursor: url(Normal Cursor URL here), progress;}
5 Kalimdor, on 29/12/2011 at 22h22
Code:
body{cursor: url(http://i66.servimg.com/u/f66/11/96/49/61/arrow11.png), progress;}
       
a:hover, a {cursor: url(http://i66.servimg.com/u/f66/11/96/49/61/hand11.png), progress;}

Good luck ! Smile
6 Tomserna, on 29/12/2011 at 22h24
1 thing, where do i post that at?lmao, im not good at these things.
7 Kalimdor, on 29/12/2011 at 22h25
ACP > Display > Images & Colors > Colors > CSS Stylesheet
Smile
8 Tomserna, on 29/12/2011 at 22h29
ok, 1 more, where do i add it in?
9 Tomserna, on 29/12/2011 at 22h46
Nvm, i figured it out, you just add it in rofl.
10 PorkyPine V10, on 29/12/2011 at 23h09
by the way the link i posted isnt for downloading curosors it has a code and u paste that code into CSS and it wouldve worked, much simpler and easier
11 Sanket, on 30/12/2011 at 04h51
Topic Solved & Locked
Similar topics
how to change of the cursor?
I can't enter my forum and all my member doesn't know Then i will give them a surprise NewCursor when i can enter to my forum again =3 I want this cursor I have try to make the Script but alway doesn't work. Help Me make the scrip please, Thx
Custom Cursor Image Using a custom image as cursor - CSS Okay, I'm going to cover "How to change the cursor while browsing your forum!" 1# Visit Cursors-4u 2# Pick your Cursor from ANY category on THAT site. and click on the
Replies 1 to 11 on 11 for "How to change the cursor icon"
See also
more_less
Informations

11 Replies For the topic :
"How to change the cursor icon"

This topic has been viewed 748 times.

Last message :
29/12/2011 at 21h22 by "Tomserna"