Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unavailable cursor 1

Status
Not open for further replies.

TruthInSatire

Programmer
Aug 12, 2002
2,964
US
Is it possible to display the "unavailable" cursor with css? if so what is the syntax please.
{cursor: unavailable} didn't work.

thereptilian120x120.gif
 
bombboy,

Get a screenshot of the cursor you'd like to display and save the image somewhere on your server. Then use this code (modified for the path of your cursor's image file):

Code:
{cursor: url("images/unavail.gif");}

See this link for more info:
-Ron

We all play from the same deck of cards, it's how we play the hand we are dealt which makes us who we are. -Me

murof siht edisni kcuts m'I - PLEH
 
tricky, yet it isn't working...
I replaced cursor: hand in a style (which I know was working) with cursor: url("unavail.gif") this does not work. any ideas? the image is in the same folder as the .css AND the html.

thereptilian120x120.gif
 
Just a guess, but the image might need to be in .cur format. See if you can find a utility to convert your gif to cur.

-Ron

We all play from the same deck of cards, it's how we play the hand we are dealt which makes us who we are. -Me

murof siht edisni kcuts m'I - PLEH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top