Ver Mensaje Individual
  #6 (permalink)  
Antiguo 10/11/2008, 15:49
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: Resolucion + Maquetacion

Gracias por la informacion ;)

He resuelto hecho justamente lo que queria agregandole un POSITION:RELATIVE a el DIV de la derecha y eliminando la propiedad: FLOAT:RIGHT

;) Muchas gracias.

Código HTML:
<div style = "overflow:hidden; margin-left: auto; margin-right: auto; width:auto;">
    <div style = "height: 45px; width: auto;"></div>
    <div style = "float: left; height: 75px; width: 182px; border:#006699 1px solid;"></div>
    <div style = "height: 75px; width: auto; border:#006699 1px solid; position:relative;"></div>
    <div style = "clear: both; height: 45px; width: auto;"></div>
</div> 
*Nota: el borde es solo para poder ver las capas en el navegador ;)