How can you add a cursor to a forum? BTW I need it to activate for all members and guests.
Here is the cursor that I want:
http://advimages.nexon.net/MapleStor..._hand_anim.gif
How can you add a cursor to a forum? BTW I need it to activate for all members and guests.
Here is the cursor that I want:
http://advimages.nexon.net/MapleStor..._hand_anim.gif
You need the cursor to have a transparent background first.
kkenny - retired.
-Became a Moderator/Staff Member on 4/23/08
-Became Senior Mod on 8/28/08
-Became Account Manager on 10/18/08
-Left Staff and X10 in 2009.
How do I do that?
Since it's an animation, you would have to take each frame and make the background transparent then rebuilt the animation.
kkenny - retired.
-Became a Moderator/Staff Member on 4/23/08
-Became Senior Mod on 8/28/08
-Became Account Manager on 10/18/08
-Left Staff and X10 in 2009.
*coughs* Is there a tutorial in this forum that can teach me how to do that?
Not sure, but you could check a site like Deviant Art or something like that.
kkenny - retired.
-Became a Moderator/Staff Member on 4/23/08
-Became Senior Mod on 8/28/08
-Became Account Manager on 10/18/08
-Left Staff and X10 in 2009.
Well that wasn't hard putting it on the forums. But the problem is that I just want the second cursor shown below, which is the second URL.:
Code:<style type="text/css"> body { cursor: url(http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand_shadow.cur), auto; } A { cursor: url(http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand_anim_shadow.ani), url(http://advimages.nexon.net/MapleStory/leafgear/image/cursor/hand1.cur), auto; } </style>
Last edited by Wizet; 06-17-2008 at 08:20 PM.
Hm, so you want on the hover for the cursor to change?
kkenny - retired.
-Became a Moderator/Staff Member on 4/23/08
-Became Senior Mod on 8/28/08
-Became Account Manager on 10/18/08
-Left Staff and X10 in 2009.