css 从Internet Explorer和Chrome输入类型搜索中删除X.

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 从Internet Explorer和Chrome输入类型搜索中删除X.相关的知识,希望对你有一定的参考价值。

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

以上是关于css 从Internet Explorer和Chrome输入类型搜索中删除X.的主要内容,如果未能解决你的问题,请参考以下文章

从 Internet Explorer 8 打印时,我需要为不透明度设置哪种 css 样式?

在 Internet Explorer 10 中重置 css 过渡

Internet Explorer (IE11) 忽略 CSS break-inside:避免

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持

html Internet Explorer支持使用条件注释。以下代码段在旧版Internet Explorer中添加了HTML5和CSS3支持