Ver Mensaje Individual
  #11 (permalink)  
Antiguo 16/06/2009, 20:03
mpeg
 
Fecha de Ingreso: abril-2009
Mensajes: 371
Antigüedad: 15 años
Puntos: 22
Respuesta: Alguien qeu sea bueno maquetando me puede ayudar?

mas o menos seria algo asi:
Código HTML:
<html>
    <body style="margin:0;">
        <div style="float:left;width:160px;">
            <div style="height:90px;width:160px;"></div>
            <div style="width:160px;"></div>
        </div>        
        <div style="margin-left:160px;">
            <div style="float:left;width:200px;height:40px;"></div>
            <div></div>
            <div style="float:right;"></div>
            <div style="float:right;width:80px;height:80px;"></div>
            <div></div>
            <div></div>
            <div></div>
            <div></div>
        </div>
    </body>
</html> 
lo he hecho en 5 minutos y falta añadir un tamaño en % al area ajustable de la derecha (ya que no lo incluyes en tu dibujo, no lo he puesto - pero probablemente tu intencion sea esa)
luego ya tu lo ajustas como te de la gana, pero la estructura si usas divs y floats es un poco esa (luego se podria hacer con un grid, con tablas, etc. y en parte seria mas sencillo)