Ver Mensaje Individual
  #8 (permalink)  
Antiguo 17/01/2011, 11:29
PrendekZ
 
Fecha de Ingreso: noviembre-2009
Ubicación: Colombía
Mensajes: 311
Antigüedad: 14 años, 5 meses
Puntos: 17
Respuesta: Eliminar sombra del input text

Cita:
Iniciado por odiseus Ver Mensaje
Eso que yo sepa no se puede quitar, viene con el Chrome, es suyo, no de estilos de tu web
Si se puede quitar, yo eh tenido input en mis webs y visualizo con Chrome y se ve.

http://cirugiamaxilofacialantioquia.com/contactenos

No quiero hacer publicidad pero aquí tienes, yo utilizo un reset y pues creo que con esto tienes:

Cita:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border:none;
outline:none;
font-size: 100%;
vertical-align: baseline;
text-decoration:none;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
Esto resetea los valores de las etiquetas HTML.

Saludos!