Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/03/2012, 12:05
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: Google: efecto celeste en cuadro de busqueda

No sé como lo hace google, pero lo podés hacer asi

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. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>Documento sin t&iacute;tulo</title>
  6.  
  7. <style type="text/css">
  8. /*<![CDATA[*/
  9.  
  10. input {
  11. border: solid 1px #828282;
  12. }
  13.  
  14. input:focus{
  15. border: solid 1px red;
  16. outline: none;
  17. }
  18.  
  19. /*]]>*/
  20. </head>
  21.  
  22. <form action="#">
  23.     <p>
  24.     <input type="text" size="20" />
  25. </p>
  26. </form>
  27. </body>
  28. </html>

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