Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/12/2010, 16:02
Anotadorcom
 
Fecha de Ingreso: diciembre-2010
Ubicación: Argentina
Mensajes: 42
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: div no se alinea a la izquierda en IExplorer

Hola, no he leido mucho tu código, pero ¿Tienes algún hack para IE? ¿Has reseteado las propiedades al principio de tu css?
Prueba agregando el siguiente código a tu archivo css (antes de todo):

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}

Saludos