Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/10/2009, 10:55
Avatar de luckystrikede11
luckystrikede11
 
Fecha de Ingreso: octubre-2009
Ubicación: Concepcion, Chile
Mensajes: 240
Antigüedad: 14 años, 6 meses
Puntos: 17
Respuesta: No se ve en IE 6 ni Mozilla 2

tu estructura CSS esta mal hecha

puedes seguir como ejemplo algo asi
Código HTML:
body{
text-align:center;
}
#container{
width:750px;
margin:0 auto;
}
#contenido {
width:600px;
float:right;
}
#barra {
width:150px;
float:left;
}
#footer {
clear:both;
}


Última edición por luckystrikede11; 25/10/2009 a las 11:01