Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/08/2013, 12:41
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 3 meses
Puntos: 9
Pregunta javascript-tooltip

Buenas tardes
Utilizo este toolTip:
http://www.menucool.com/tooltip/javascript-tooltip

Pero cuando tengo una caja de texto con sroll el toolTip se me pone demasiado abajo, no al frente del texto.

Así tengo el .css que contiene la caja de texto con el scroll:

Código CSS:
Ver original
  1. .pestanas_textos div {
  2.     width: 700px;
  3.     height: 450px;
  4.     font-size: 1em;
  5.     font-family: Arial, Helvetica, sans-serif;
  6.     margin-left: 240px;
  7.     color: #FFF;
  8.     line-height: 1.2;
  9.     z-index: 5;
  10.     position: absolute;
  11.     opacity:0;
  12.     transition: all 1s ease;
  13.     background-color: #FFF;
  14.     top: 97px;
  15.     padding-top: 0px;
  16.     padding-right: 5px;
  17.     padding-bottom: 5px;
  18.     padding-left: 5px;
  19.     overflow: scroll;
  20.     overflow-x: hidden;
  21.     visibility: inherit;
  22.  }

Gracias por su ayuda
__________________
Diseñador Gráfico publicitario