![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/05/2008, 03:32
|
| | Fecha de Ingreso: enero-2007
Mensajes: 19
Antigüedad: 18 años Puntos: 0 | |
Respuesta: Tabla a Div <div id="contenedor" style="width:100%; border:0">
<div id="derecha" style="float:left; width:10%; height:75px; background-color:#9900FF">
</div>
<div id="izq1" style="float:left; width:90%; background-color:#993300" >
</div>
<div id="izq2" style="float:left; width:90%; background-color:#33CC66">
</div>
<div id="izq3" style="float:left; width:90%; background-color:#FF0066">
</div>
</div>
para que tengas una idea de como va,
...veras que el id="derecha" tiene altura porque si no los otros no podrían flotar a la izquierda i se pondrían debajo
...el id="contenedor tiene el ancho del 100% y contiene totos los divs
...para hacer los tres divs con el alto del de la derecha le pones height:25px a cada div |