Prueba lo siguiente:
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es"> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> * {margin: 0; padding:0; outline: none; border: 0;}
#seleccion {
margin: 15px 50px;
}
#clientes {
Font-family: verdana;
font-size:1em;
width: 8em;
background: #FF6600;
color: #ffc;
}
option {
font-size: 1em;
font-family: monospace;
background: #CCCC00;
color: #600;
width: 15em!
<select id="clientes" name="clientes" >
<option value='#'>→ «««»»» ←</option>
En FF 3.5
pero en ie7
corta las opciones.
No lo probé en más.