Disculpa
jspcat, ¿lo quieres sólo para safari / Chrome?. Digo, por lo de
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6E6E6), to(#BDBDBD), color-stop(.6,#999999))
Y lo tuyo,
YYs86, ¿es una broma?
background-image: -ms-linear-gradient(bottom, rgb(160,244,140) 17%, rgb(192,255,168) 59%);
¡Por supuesto que no va a funcionar fuera del IE!
Ya que estoy, dejo un ejemplo que se resuelve por otro lado
Código:
<select>
<option style="background:#f00">._._._._. </option>
<option style="background:#f10">._._._._. </option>
<option style="background:#f20">._._._._. </option>
<option style="background:#f30">._._._._. </option>
<option style="background:#f40">._._._._. </option>
<option style="background:#f50">._._._._. </option>
<option style="background:#f60">._._._._. </option>
<option style="background:#f70">._._._._. </option>
<option style="background:#f80">._._._._. </option>
<option style="background:#f90">._._._._. </option>
<option style="background:#fa0">._._._._. </option>
<option style="background:#fb0">._._._._. </option>
<option style="background:#fc0">._._._._. </option>
<option style="background:#fd0">._._._._. </option>
<option style="background:#fe0">._._._._. </option>
<option style="background:#ff0">._._._._. </option>
</select>
Porque doy por descontado que el degradado es para la tira de opciones, aunque no lo mencionen.