Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/01/2013, 14:22
uSources
 
Fecha de Ingreso: enero-2013
Mensajes: 6
Antigüedad: 11 años, 3 meses
Puntos: 1
Respuesta: Texto que no se centra alrededor de una imagen

Cita:
Iniciado por ipraetoriux Ver Mensaje
prueba agregando esto....

Código CSS:
Ver original
  1. #frametext{
  2.   position:relative;
  3.   float:left;
  4.   margin-top:10px;
  5. }
  6.  
  7. img.frame
  8. {
  9. position:relative;
  10. font-size: 16px;
  11. font-weight:bold;
  12. float:left;
  13. width:45px;
  14. height:45px;
  15. }

debes agregar un position relative tanto a la imagen como al texto...mira como me queda [url]http://jsbin.com/asotut/1/edit[/url]
Muchisimas Gracias!