Cursor

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
You need the cursor to have a transparent background first.
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Since it's an animation, you would have to take each frame and make the background transparent then rebuilt the animation.
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
*coughs* Is there a tutorial in this forum that can teach me how to do that?
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Not sure, but you could check a site like Deviant Art or something like that.
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
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:

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Hm, so you want on the hover for the cursor to change?
 
Top