kick ass cursor

A discussion area for issues about Glorious Noise: bug reports, feature requests, etc.

Moderators: Jake, D. Phillips

Post Reply

Favorite Music?

rock
4
67%
rap
0
No votes
pop
0
No votes
R&B
0
No votes
all of the above
2
33%
 
Total votes: 6

stalking_rocker
Posts: 2
Joined: Wed May 05, 2004 7:30 pm
Location: Virginia Beach

kick ass cursor

Post by stalking_rocker »

Does anyone else know how to get that cool rock'n'roll cursor, the one that pops up when you hover over links?
Jake
GLONO Team Member
Posts: 33525
Joined: Sun Sep 09, 2001 8:00 pm
Location: Michigan

Post by Jake »

With css, you can make any image your cursor. Just download the image you want to use and then add this code to your stylesheet:

Code: Select all

a:hover {
 cursor:url(horns.cur), auto;
}
In our case, our cursor is named "horns.cur."
stalking_rocker
Posts: 2
Joined: Wed May 05, 2004 7:30 pm
Location: Virginia Beach

thanks

Post by stalking_rocker »

thanks much... 'preciate it!
Conbud
Posts: 1
Joined: Sun Feb 13, 2005 10:51 am
Location: The swamps of hell........NOLA
Contact:

Post by Conbud »

Where do I get that horns_up image. I been looking for it and cant find it no where ?
AZKaban
Posts: 3
Joined: Fri Mar 11, 2005 7:04 am

Post by AZKaban »

Did you try Google for something like "cursors collection" ?
Post Reply