css 自定义选择。第一部分是IE10。 En anteriores se sigue viendo la flecha propia del SO yyarestá。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自定义选择。第一部分是IE10。 En anteriores se sigue viendo la flecha propia del SO yyarestá。相关的知识,希望对你有一定的参考价值。

select{
	display:inline-block;
	font-size:0.875em;
	padding:.25em .5em;
	height:32px;
	min-height:32px;
	border:none;
	font-family:inherit;
	background-color:#ededed;
	color:#427314;
	outline-color:#427314;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	background: #ededed url('img/flecha-a-mi-gusto.png') no-repeat 100% 0%;
	text-overflow: '';
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
	background:none; color:#427314;}
select:focus{
	background:#ededed url('img/flecha-a-mi-gusto.png') no-repeat 100% 0%;
}
/* Nota: la imagen utilizada debe ir acorde en proporciones, sobre todo en su altura, en este caso 32px */

以上是关于css 自定义选择。第一部分是IE10。 En anteriores se sigue viendo la flecha propia del SO yyarestá。的主要内容,如果未能解决你的问题,请参考以下文章

简单的JS+CSS实现网页自定义换肤

Microsoft Edge上的自定义光标有偏移

css自定义字体完美解决方案example

162.CSS实现自定义单选按钮

Win10系统Edge浏览器怎么设置主页/自定义首页

CSS-自定义鼠标图标