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.

Cursors?

2 posters

Go down

Solved Cursors?

Post by Emmawesome January 23rd 2010, 6:10 pm

Hi, I have a question about cursors. I have a phBB2 forum and I was wondering how to add cursors. I saw the tutorial about them, but when I try to put them in the site description, it doesn't work. Is there maybe a way to add them to the CSS style sheet? Any help would be appreciated.

Thank You,

Emmawesome
Emmawesome
Emmawesome
Forumember

Female Posts : 148
Reputation : 0
Language : English

http://creativehart.darkbb.com/

Back to top Go down

Solved Re: Cursors?

Post by Sanket January 23rd 2010, 6:17 pm

Add this code to your css.
Code:
body {
cursor:url('CURSOR URL'),auto;
}
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Cursors?

Post by Emmawesome January 23rd 2010, 6:58 pm

It worked! Thank you, but is there a way to make it work even when it hovers over the navbar, etc? Thanks again for the help, but when it goes over a link, it returns to the normal mouse.
Emmawesome
Emmawesome
Forumember

Female Posts : 148
Reputation : 0
Language : English

http://creativehart.darkbb.com/

Back to top Go down

Solved Re: Cursors?

Post by Sanket January 23rd 2010, 7:01 pm

Code:
body { cursor: url(CURSOR URL), auto; } A { cursor: url(CURSOR URL), url(CURSOR URL), auto; }

See if that works.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Cursors?

Post by Emmawesome January 23rd 2010, 7:14 pm

Oh wow thank you so much, it is working perfectly! Thank you for all the help!
Emmawesome
Emmawesome
Forumember

Female Posts : 148
Reputation : 0
Language : English

http://creativehart.darkbb.com/

Back to top Go down

Solved Re: Cursors?

Post by Sanket January 23rd 2010, 7:17 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Cursors? 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