Click to See Complete Forum and Search --> : where can i find the list of all


pelegk1
06-11-2003, 08:05 AM
the cursor types?

khaki
06-11-2003, 08:18 AM
well...
let's see...

you could have typed "cursor types" into Google and gotten a link to here:

http://www.codeave.com/css/code.asp?u_log=4017

... or not (i guess :) )

;) k

BrainDonor
06-11-2003, 10:08 AM
hehe

pyro
06-11-2003, 10:42 AM
This link would be better: http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props

You will get the correct cursor:pointer, rather than the IE only cursor:hand

khaki
06-11-2003, 10:53 AM
Pyro is correct to offer that particular link...
however... the questions was...

"where can i find the list of all the cursor types"?

Google doesn't discriminate against "non-standards" responses
(it just answers the question) :)

googley...
;) k

pyro
06-11-2003, 10:55 AM
Originally posted by khaki
however... the questions was...

"where can i find the list of all the cursor types"?The site you linked to didn't include the correct one (pointer) anywhere... :p

SearedIce
06-11-2003, 11:37 AM
here's the htmlgoodies CSS list:

http://htmlgoodies.com/beyond/css_cursors.html

remember, that page describes how to use cursors with css

you'll probably only ever need to use css to alter cursors anyway

~John