How to put cursor?

bombax1 at 12h14
17
Oct
2011
How to put cursor on my forum i try already this : /t2266-tutorial-how-to-put-cursor
i want to put this cursor :

<style type="text/css">
body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=20550);}
</style>
<a href="http://www.rw-designer.com/cursor-set/tron-cursors"
title="Get free cursors for your web.">Tron Cursors</a>

but i dont understand where to put ? can some one tell me direct location ?
and give me what exactly what to put with my cursor?
1 *Mare-SBK™*, on 17/10/2011 at 12h23
Add this to your CSS(Admin panel->Display->Colours->CSS stylesheet):
Code:
body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=20550);}
2 bombax1, on 17/10/2011 at 12h37

where i need to put it in css stylesheet where i want ?
so i put it et the end of css stylesheet didnt work
3 Matti_7, on 17/10/2011 at 13h20
You can change the cursor image to yours.

Code:
body {
    cursor: url("http://cur.cursors-4u.net/cursors/images9/cur805.gif"), progress;
}
4 bombax1, on 17/10/2011 at 13h27
this working not good it changed my mouse but didnt click on the forums..
5 Matti_7, on 17/10/2011 at 13h29
Because the cursor is to big so go and look for the one you want http://www.cursors-4u.com/
6 bombax1, on 17/10/2011 at 13h39
Thank you !
7 Base, on 17/10/2011 at 18h06
Solved? Smile
8 SocomUniverse, on 04/11/2011 at 21h34
Same problem happen to me....I do all the steps....and when i go back to my forum and click...it clicks like an inch from where i have my mouse.
9 Sanket, on 05/11/2011 at 04h52
Did you check if the image was correct?
10 SocomUniverse, on 05/11/2011 at 05h02
Nevermind I Got it...Thank You!
11 Sanket, on 05/11/2011 at 05h07
Since this thread appears to be solved, I will archive this thread.


Sanket Smile

Similar topics
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
Hello, all! I just have a small question. I have a different cursor on my forum, one that is technically an animation cursor. It's a dragon with flapping wings, except that the wings only flap on IE, but not on firefox. I was wondering if this is
I would like the normal arrow only than green with a blackline if possible black line should be really small or anything else that suits my forum http://achieve360portal.com/index.htm
Replies 1 to 11 on 11 for "How to put cursor?"
See also
more_less
Informations

11 Replies For the topic :
"How to put cursor?"

This topic has been viewed 859 times.

Last message :
17/10/2011 at 12h14 by "bombax1"