Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/11/2008, 15:00
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

Por ejemplo, tengo esto:

Código HTML:
<div style = "overflow:hidden; margin-left: auto; margin-right: auto; width:500px;">
    <div style = "height: 45px; width: auto;"></div>
    <div style = "float: left; height: 75px; width: 150px;"></div>
    <div style = "float: right; height: 75px; width: 350px;"></div>
    <div style = "clear: both; height: 45px; width: auto;"></div>
</div> 
Perfecto, funciona sin problemas.

Pero al tratar de hacer lo que ustedes me proponen (poner la capa de la derecha con un ancho en %), si reduzco la ventana lo suficiente, esta capa se pasa a la siguiente linea.
Al parecer tendre que trabajar con % en ambos lados.