Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/10/2009, 05:57
ersito
 
Fecha de Ingreso: julio-2008
Mensajes: 84
Antigüedad: 16 años, 7 meses
Puntos: 0
Overlib no funciona

Hola a todos, por alguna razón no consigo hacer que funcione ni el ejemplo de overlib

La pagina de prueba es esta arenadejuegos.com/actualiz_sito/control/testventanaflotante.html
(escrito así por el filtro anti spam)

y el código de la misma es ¿que estoy haciendo mal?:


Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="overlib.js"></script>
</head>

<body>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>

<a href="javascript:void(0);" onmouseover="return overlib('This is an ordinary
  popup.');" onmouseout="return nd();">here</a><br />
    <a href="javascript:void(0);" onmouseover="return overlib('This is what
  we call a sticky, since I stick around (it goes away if you move the mouse
  OVER and then OFF the overLIB popup--or mouseover another overLIB).',
  STICKY, MOUSEOFF);" onmouseout="return nd();">here</a>

  TEXTO

</body>
</html>