CSS: How make the cursor to become a pointer on the input file?
问题 How can I make the cursor to become a pointer on an input file or an input text when you hover it? My try but it does not work of course, <input type="file" style="cursor: pointer;"/> Or do I have to use javascrip (jquery)?? EDIT: Sorry my mistake - the cursor does change to a point on <input type="text" style="cursor: pointer;"/> But not on <input type="file" style="cursor: pointer;"/> You can test this link on Firefox then you see what I mean. Only the button of file change to the pointer