Cursor Problem
4 posters
Page 1 of 1
Cursor Problem
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?
I'm using PunBB, do I have to use some other?
ryanus- New Member
- Posts : 13
Reputation : 0
Language : English
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Cursor Problem
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.
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- New Member
- Posts : 13
Reputation : 0
Language : English
Re: Cursor Problem
Don't have to add the style tags in the css.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Cursor Problem
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- New Member
- Posts : 13
Reputation : 0
Language : English
Re: Cursor Problem
Hi, if you need a cursor then all you need to do is add this to your CSS code:
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
- 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
Re: Cursor Problem
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:
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:
ryanus- New Member
- Posts : 13
Reputation : 0
Language : English
Re: Cursor Problem
hi,
bro, use this code in CSS
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;
}
Re: Cursor Problem
You've already got a body {, so all you really need to do is add this:
...directly underneath body {. For the other one, add this to your CSS:
- 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);
}
Re: Cursor Problem
Base Trust me My Code Works Even If He Has 4 Body Tags, Its Already Working With Me
Re: Cursor Problem
thanks base ad knight i tried knight's one worked!
ryanus- New Member
- Posts : 13
Reputation : 0
Language : English
Re: Cursor Problem
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum