Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/09/2011, 16:13
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: estilo CSS en select > option > disabled

El que los haga tenues es justamente para dirferenciarlos.
Podés hacer algo así

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. </head>
  7.     <option value="" selected="selected">Seleccionar modelo</a>
  8.   <option  style="font-weight: bold !important; color: red !important ;background-color: yellow;" disabled="disabled" value="volvo">Volvo</option>
  9.   <option value="ford">Ford</option>
  10.   <option value="mercedes">Mercedes</option>
  11.   <option value="toyota">Toyota</option>
  12. </body>
  13. </html>
Pero el comportamiento de un navegador a otro puede variar, por ejemplo el font-weight: bold, sólo te lo reconoce Firefox.
Tambien podés hacer a la inversa, dejar atenuado el disabled como viene or defecto y resaltar el resto

saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.