Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/04/2007, 13:43
toforo
 
Fecha de Ingreso: octubre-2006
Mensajes: 173
Antigüedad: 17 años, 5 meses
Puntos: 3
Re: Problema con maquetación css

Prueba esto

Código HTML:
<div id="contenedor">
  <div id="cuerpo">
    <p>Pasarela 1<br> 
      Pasarela 2<br>
      Pasarela 3</p>
    <div id="lateral">Mis pasarelas</div>
  </div> 
Código HTML:
#contenedor  {
       width:750px;
       background-color:#FFFFFF;
       margin:auto;
       text-align:left;
     }

     #cuerpo {
       float:left;
       width:546px;
       padding-right:12px;
       padding-left:12px;
     }

     #lateral{
       float:right;
       width:180px;
     }
__________________
¨