Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/01/2012, 12:51
Avatar de cristian_cena
cristian_cena
Colaborador
 
Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 14 años, 10 meses
Puntos: 269
Respuesta: Problema con texto en Google Chrome

así a ojo yo probaría con algo como:
Código CSS:
Ver original
  1. #globo {
  2.     float: left; overflow:hidden; width: ... ; height: ... ;
  3.     margin: 30px 0 0 -80px;
  4.     position: relative;
  5. }
  6.  
  7. #globo span {
  8.     position: absolute;
  9.     left: 0; top:18px;
  10.     font-size:10px;
  11.     line-height:12px;
  12.     padding:0;
  13. }