[CSS]完美移除下拉选单预设箭头

终于!我每次在修正浏览器相容性的时候,都会因为常见的CSS Code没办法移除ie那个下拉选单而困扰,这下让我找到方法啦!

//常见的移除法select {appearance: none;-moz-appearance: none;-webkit-appearance: none;}//特别针对ie移除箭头select::-ms-expand {display: none;}

参考来源:
http://uplifted.net/programming/change-default-select-dropdown-style-just-css/


关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章