/    Sign up×
Community /Pin to ProfileBookmark

I cant seem to get the cursor to be different than that stupid hand using CSS, I have tried:
A:Cursor: URL(link.cur)
A:Hover:Cursor: URL(link.cur)

to post a comment
CSS

6 Comments(s)

Copy linkTweet thisAlerts:
@jeffmottDec 25.2002 — [font=courier new]a { cursor: url("link.cur") }[/font]

The property cursor may have values of [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help ] ] | inherit
Copy linkTweet thisAlerts:
@alcodesauthorDec 25.2002 — Thanks!
Copy linkTweet thisAlerts:
@spoontacularDec 31.2002 — Yes, but the quotes are unnecessary, correct?

Would

a { cursor: url(link.cur); }

work as well.
Copy linkTweet thisAlerts:
@CharlesDec 31.2002 — [i]From http://www.w3.org/TR/REC-CSS2/syndata.html#uri:[/i]

[b]The format of a URI value is 'url(' followed by optional whitespace followed by an optional single quote (') or double quote (") character followed by the URI itself, followed by an optional single quote (') or double quote (") character followed by optional whitespace followed by ')'. The two quote characters must be the same.[/b][/quote]
Copy linkTweet thisAlerts:
@spoontacularDec 31.2002 — Aye, I thought so.
Copy linkTweet thisAlerts:
@Rick_BullDec 31.2002 — I seem to remember though that you need them if you are going to include certain characters, so you may as well just use them.
×

Success!

Help @alcodes spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...