码迷,mamicode.com
首页 > Web开发 > 详细

取消chrome浏览器下input和textarea的默认样式;html5默认input内容清除“×”按钮去除办法

时间:2016-09-11 06:50:09      阅读:502      评论:0      收藏:0      [点我收藏+]

标签:

取消chrome浏览器下input和textarea的默认样式:

outline:none;/*清空chrome中input的外边框*/

html5默认input内容清除“×”按钮去除办法:

input::-ms-clear {
    display: none;
}

 

取消chrome浏览器下input和textarea的默认样式;html5默认input内容清除“×”按钮去除办法

标签:

原文地址:http://www.cnblogs.com/dige1993/p/5860883.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!