Cursor Problem

ryanus at 19h27
25
Jul
2011
I have recently read your topic about coding a custom cursor, but I did not understand the javascript so I tried the forum description one. I typed in the coding, perfect, the forum does not show a description BUT there was no cursor, I inserted the link correct..
I'm using PunBB, do I have to use some other?

1 Sanket, on 25/07/2011 at 20h09
/t67137-custom-cursor
2 ryanus, on 26/07/2011 at 05h22
Yes that is what I said, I have read that!!
But still I can't get a custom cursor, can you come to my forum and upload this
cursor for me? I'll just admin you...
forum: http://darulislam.forum.net.bz

cursor: http://i.imgur.com/YRXS0.gif
inserted this:

<style>body {cursor: url (http://i.imgur.com/YRXS0.gif);} a {cursor: url (http://i.imgur.com/YRXS0.gif);}</style>

not working.
3 Sanket, on 26/07/2011 at 08h52
Don't have to add the style tags in the css.
4 ryanus, on 26/07/2011 at 19h25
I can't actually understand what CSS means and how you create it. Please explain to me clearly how to add it in description wise. So, do I need to have phpb otherwise i can't use cursors?
5 Base, on 26/07/2011 at 21h49
Hi, if you need a cursor then all you need to do is add this to your CSS code:

Code:
body {cursor: url (http://i.imgur.com/YRXS0.gif);} a {cursor: url (http://i.imgur.com/YRXS0.gif);}


You do not need any <style> tags in CSS. CSS stands for 'Cascading Style Sheets' and you can find it at:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet

Smile
6 ryanus, on 27/07/2011 at 08h33
I do appreciate all of your help. But I can't seem to add it!
I really want you to come over to my forum, and do it for me, or what else can you do? you explained me everything, look i added it like this:

7 ArChKnIgHt, on 27/07/2011 at 08h52
hi,
bro, use this code in CSS
Code:
body {
cursor: url(http://i.imgur.com/YRXS0.gif), progress;
}
a:hover {
cursor: url(http://i.imgur.com/YRXS0.gif), default;
}

Hope That Help, ArChKnIgHt
8 Base, on 27/07/2011 at 10h57
You've already got a body {, so all you really need to do is add this:

Code:
cursor: url (http://i.imgur.com/YRXS0.gif);


...directly underneath body {. For the other one, add this to your CSS:

Code:
a {
    cursor: url (http://i.imgur.com/YRXS0.gif);
}
9 ArChKnIgHt, on 27/07/2011 at 15h49
Base Trust me My Code Works Even If He Has 4 Body Tags, Its Already Working With Me
10 ryanus, on 28/07/2011 at 15h15
thanks base ad knight i tried knight's one worked!
11 Sanket, on 28/07/2011 at 16h42
Since this thread appears to be solved, I will lock this thread and mark it as solved.


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 "Cursor Problem "
See also
more_less
Informations

11 Replies For the topic :
"Cursor Problem "

This topic has been viewed 1119 times.

Last message :
25/07/2011 at 19h27 by "ryanus"