How to remove default file input style on IE10?

六眼飞鱼酱① 提交于 2019-12-03 10:07:11

IE supports a number of pseudo elements for file inputs:

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

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

And then style it yourself with your own CSS.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!