Tema: CSS e IE 5
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/02/2007, 13:01
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: CSS e IE 5

Pudiera ser con un.

body {
text-align: center;
}

y luego:

#a {
POSITION: relative;
MARGIN: 0px auto;
WIDTH: 769px;
HEIGHT: 1062px;
text-align: left;
}

No sé si funcionará. Ya contarás.

Mikel.