Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/05/2008, 17:27
ASYNTETYCO
 
Fecha de Ingreso: abril-2008
Ubicación: Oaxaca
Mensajes: 256
Antigüedad: 16 años
Puntos: 2
¿por que se caen mis divs?

Alguien sabe por que se caen mis divs alrededor de un div flotante a la izquierda? Este es mi codigo:


<body>
<div id="cabezera" style="clear: both"><img src="OXIGENO-Encabezado.gif" /></div>
<div id="separador" style="clear: both; height: 5px"> </div>
<div id="contenedor" style="width: auto; height: auto; margin-left: 20%">
<div id="bienvenidos" style="height:400px; width:100px; float: left;"><img src="Bienvenido.gif" width="100" height="400"/></div>
<div id="cajadetexto" style="height:400px; float: left; width: 600px; background-color: #FF2222; border-left: 1px dashed #EC0000; border-right: 1px dashed #EC0000"></div>
</div>
<div id="contenedorpie" style="margin-left: 20%; clear: both; width: auto; height: 20px">
<div id="espaciador" style="width: 100px; height: 20px; float: left"></div>
<div id="menu" style="width: 600px; height: 20px; float: left">
<div align="right">Inicio | ¿Oxigeno? | Publicidad | Diseño | Contacto</div>
</div>
</div>
</div>
</body>