Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/10/2008, 10:52
Avatar de talmente
talmente
 
Fecha de Ingreso: noviembre-2007
Mensajes: 233
Antigüedad: 16 años, 5 meses
Puntos: 4
Respuesta: columnas sobrepuestas

prueba esto y ve adaptandolo:

<style type="text/css">
<!--
body {
padding: 10px;
}
#contenedor #one {
float: left;
width: 300px;
background: #99CC00;
}
#contenedor #two {
width: 40%;
float: left;
margin-left: 25px;
background: #999900;
}
#contenedor #Three {
float: right;
width: 300px;
background: #999966;
}
#contenedor #cabecera {
background: #666666;
width: 100%;
padding-top: 25px;
padding-bottom: 75px;
margin-bottom: 20px;
}
-->
</style>



<body>
<div id="contenedor">
<div id="cabecera"></div>
<div id="one"><p></p></div>
<div id="two"><p></p></div>
<div id="Three"><p></p></div>
</div>
</body>


metele txt y lo miras