CSS: How make the cursor to become a pointer on the input file?

后端 未结 6 730
时光取名叫无心
时光取名叫无心 2021-01-06 03:25

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,



        
6条回答
  •  失恋的感觉
    2021-01-06 03:51

    Cannot be done. The input type file is one of the most protected objects by the browsers. Some browsers allow you to do more things than others, depending on what they consider "safe".

    You could use a flash button for it. In fact, there are very nice plugins written to make file uploading a nicer thing, such as Uploadify.

提交回复
热议问题