Saltar al contenido

cambiar el color o la opción predeterminada en el ejemplo de código html seleccionado

Tenemos la mejor respuesta que hemos encontrado en internet. Esperamos que te sea útil y si quieres compartir alguna mejora hazlo con libertad.

Ejemplo: cambiar el color de la opción de selección predeterminada

/*with a little bit of styling and javascript, you can have a select box with coloured options*//*Note that size attribute = 2 or greater plays an important role here*/>
select option:checkedbackground:#ff9500-webkit-linear-gradient(bottom,#ff95000%,#ff9500100%);select option:hoverbackground:#ff9500-webkit-linear-gradient(bottom,#ff95000%,#ff9500100%);color:#fff;select optionpadding:8px;selectz-index:1800;position: absolute;background:#fff;height:33px;overflow: hidden;width:30%;outline: none;>