How to remove default file input style on IE10?

2019-03-24 02:48发布

Here is my file input on different browsers. IE10 uses an horrible default style. Any idea about how to remove it?

file input styles

2条回答
Ridiculous、
2楼-- · 2019-03-24 03:26

Use a reset CSS template (example: http://meyerweb.com/eric/tools/css/reset/)

And then style it yourself with your own CSS.

查看更多
孤傲高冷的网名
3楼-- · 2019-03-24 03:28

IE supports a number of pseudo elements for file inputs:

Using these you can style both parts of the file input however you wish.

查看更多
登录 后发表回答