The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Cursor Problem

4 posters

Go down

Solved Cursor Problem

Post by ryanus July 25th 2011, 7:27 pm

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?

ryanus
ryanus
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: Cursor Problem

Post by Sanket July 25th 2011, 8:09 pm

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Cursor Problem

Post by ryanus July 26th 2011, 5:22 am

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: https://i.imgur.com/YRXS0.gif
inserted this:

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

not working.
ryanus
ryanus
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: Cursor Problem

Post by Sanket July 26th 2011, 8:52 am

Don't have to add the style tags in the css.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Cursor Problem

Post by ryanus July 26th 2011, 7:25 pm

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?
ryanus
ryanus
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: Cursor Problem

Post by Base July 26th 2011, 9:49 pm

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
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Cursor Problem

Post by ryanus July 27th 2011, 8:33 am

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:

cursor phpbb2 - Cursor Problem  7meUP
ryanus
ryanus
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: Cursor Problem

Post by ArChKnIgHt July 27th 2011, 8:52 am

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
ArChKnIgHt
ArChKnIgHt
Forumember

Male Posts : 134
Reputation : -1
Language : Arabic | English | French | CSS | HTML | JS
Location : Egypt

http://ultragamerz.forumotion.net/

Back to top Go down

Solved Re: Cursor Problem

Post by Base July 27th 2011, 10:57 am

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);
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Cursor Problem

Post by ArChKnIgHt July 27th 2011, 3:49 pm

Base Trust me My Code Works Even If He Has 4 Body Tags, Its Already Working With Me
ArChKnIgHt
ArChKnIgHt
Forumember

Male Posts : 134
Reputation : -1
Language : Arabic | English | French | CSS | HTML | JS
Location : Egypt

http://ultragamerz.forumotion.net/

Back to top Go down

Solved Re: Cursor Problem

Post by ryanus July 28th 2011, 3:15 pm

thanks base ad knight i tried knight's one worked!
ryanus
ryanus
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: Cursor Problem

Post by Sanket July 28th 2011, 4:42 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
cursor phpbb2 - Cursor Problem  2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum