![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/05/2006, 09:01
|
![Avatar de SiR.CARAJ0DIDA](http://static.forosdelweb.com/customavatars/avatar68448_2.gif) | | | Fecha de Ingreso: junio-2004 Ubicación: Acá
Mensajes: 1.166
Antigüedad: 20 años, 7 meses Puntos: 4 | |
este codigo es típico
Código:
<style type="text/css">
#contenedor1{border:1px solid black;}
#uno {border:1px solid green; width:100px;float:left}
#dos{border:1px solid red; margin-left:100px; margin-right:100px;}
#tres{border:1px solid green;width:100px;float:right}
</style>
<DIV id=contenedor1>
<DIV id=uno>UNO</DIV>
<DIV id=tres>TRES</DIV>
<DIV id=dos>DOS</DIV>
</DIV>
|