Change cursor style in firefox input file tag
Posted
by
JohnJ
on Stack Overflow
See other posts from Stack Overflow
or by JohnJ
Published on 2012-06-27T03:05:53Z
Indexed on
2012/06/27
3:15 UTC
Read the original article
Hit count: 176
I have been trying to change the cursor style to look like a pointer rather than an I beam thing, but it looks like FF does not respect the cursor spec in an input file field. For example, I have made this small fiddle: http://jsfiddle.net/jDZtn/4/ where Id like the cursor to look like a pointer rather than an Ibeam when the user hovers over it. My end plan is to introduce opacity==0 and use a clickable button over it.
I am not sure if this behaviour is a bug or not.
© Stack Overflow or respective owner