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>