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.

Install a Cursor

4 posters

Go down

Install a Cursor Empty Install a Cursor

Post by mimin August 6th 2008, 9:53 am

I read the tutorial at: https://help.forumotion.com/tricks-tips-f32/tutorial-how-to-put-cursor-t2266.htm

But it seem's that the tutorial shown is not working on my forum: www.suzuki-thunder.net
Javascript has been enabled but still the cursor does not shown. Below is the code that I am adding to my Site Description:

Code:
<style>body {cursor: url (http://www.123cursors.com/freecursors/5643.ani);} a {cursor: url (http://www.123cursors.com/freecursors/5643.ani);}</style>

Anyone can help me???
avatar
mimin
New Member

Male Posts : 8
Reputation : 0
Language : Bahasa Indonesia
Location : Bogor

http://www.suzuki-thunder.net

Back to top Go down

Install a Cursor Empty Re: Install a Cursor

Post by zakir321 August 7th 2008, 12:10 pm

I'm not quite sure, but to my knowledge ".ani" cursors are not supported by firefox, I'd recommend to use ".ico" (".cur" or unanimated ".gifs" should work as well) instead.

Furthermore, I advise you to place the code directly into the CSS (Display / Colors / CSS Stylesheet), with the proper syntax:

Code:
body{cursor: url (CURSORS ADDRESS), auto;}
a{cursor: url (CURSOR ADDRESS), pointer;}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

Install a Cursor Empty Re: Install a Cursor

Post by snowranger August 15th 2008, 4:54 am

This is what I use.

Code:
<style type=text/css>body {cursor: url(ENTER_URL_OF_CURSOR_HERE); }</style><br />
Replace ENTER_URL_OF_CURSOR_HERE with.. yeah you know.

Add that in your forum description and for the hover script.

Code:
 <style> A:hover{cursor: url(ENTER_URL_OF_CURSOR_HERE); }</style><br />

Follow the instructions again. I hope this helped.
avatar
snowranger
New Member

Posts : 1
Reputation : 0
Language : English

Back to top Go down

Install a Cursor Empty Re: Install a Cursor

Post by dencey October 19th 2008, 2:52 pm

i tried using both of your suggestions but the cursor didn't change..~_~

i used this..
Code:
<style type=text/css>body {cursor: url(http://www.debidawn.com/rosesani.gif); }</style><br> <style> A:hover{cursor: url(http://cursors4.totallyfreecursors.com/thumbnails/dolphin.gif); }</style>

and this...

Code:
body{cursor: url (http://www.debidawn.com/rosesani.gif), auto;}
a{cursor: url (http://cursors4.totallyfreecursors.com/thumbnails/dolphin.gif), pointer;}


my whole css code looks like this
Spoiler:
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Install a Cursor Empty Re: Install a Cursor

Post by dencey October 20th 2008, 12:50 pm

anyone?
dencey
dencey
Forumember

Female Posts : 117
Reputation : 0
Language : english

http://sujusahoe.com

Back to top Go down

Back to top

- Similar topics

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