
14/02/2006, 02:37
|
 | | | Fecha de Ingreso: junio-2003 Ubicación: estocolmo<-->mexico
Mensajes: 1.627
Antigüedad: 21 años, 10 meses Puntos: 1 | |
no, el float se refiere a el elemento que tiene esa propiedad
<div style="float:left"> este div flotará hacia la izquierda</div>
<div style=float:none">este div no flotará</div>
<div style="clear:both"> este div "aclarará" los divs flotantes anteriores</div> |