Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/03/2008, 13:21
rith
 
Fecha de Ingreso: febrero-2008
Mensajes: 31
Antigüedad: 16 años, 2 meses
Puntos: 0
Re: Clear no funciona con claridad...explication...

mira puedes hacer esto:
.img-flota{
float: left; o puede ser right
}
.texto-flota{
float: left;
}
<img src="" class="img-flota">
<div class="texto-flota">
aqui el texto que quieres que se coloque a la par de la imagen...
</div>
<div style="clear:both"></div>