Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/02/2010, 18:48
Avatar de buzu
buzu
 
Fecha de Ingreso: octubre-2006
Ubicación: San Francisco, CA
Mensajes: 2.168
Antigüedad: 17 años, 6 meses
Puntos: 122
Respuesta: Problema ajustar tabla mas arriba

quitale lo del scroll:

Código Javascript:
Ver original
  1. function colocaAyuda(event)
  2. {
  3.     if(navegador==0)
  4.     {
  5.         var corX=window.event.clientX;
  6.         var corY=window.event.clientY;
  7.     }
  8.     else
  9.     {
  10.         var corX=event.clientX;
  11.         var corY=event.clientY;
  12.     }
  13.     cAyuda.style.top=corY+20+"px";
  14.     cAyuda.style.left=corX+15+"px";
  15. }

Por cierto, esta pregunta corresponde al foro de javascript.
__________________
twitter: @imbuzu