Tema: CSS e IE 5
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 23/02/2007, 14:08
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

Bueno, ya he podido probarlo y efectivamente, este código funciona perfectamente en explorer 5.5:

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Explorer 5.5</title>
  <style type="text/css">
body {
text-align: center;
}
#a { margin: 0px auto;
position: relative;
width: 769px;
height: 1062px;
background-color: rgb(255, 204, 255);
text-align: left;
}
  </style>
</head>
<body>
<div id="a">
<p>Este texto debe estar alineado a la izquierda</p>
</div>
</body>
</html>
Puedes verlo en este pantallazo:



Mikel.

Última edición por Mikmoro; 23/02/2007 a las 18:12 Razón: Cambiar el link por la captura