15/09/2003, 12:37
|
| | | Fecha de Ingreso: enero-2003 Ubicación: zaragoza
Mensajes: 285
Antigüedad: 21 años, 10 meses Puntos: 0 | |
Hola JoeMx:
Este script está sacado de el mismo enlace al que haces referencia (modifícalo a tu gusto, que lo he dejado chapucero)
---------------------------------------------------------------------------------
<html>
<head>
<style TYPE="text/css">
#floater {
position: absolute;
width: 141;
top: 85;
visibility: visible;
BACKGROUND: #efefef;
LEFT: 605px;
}
</style>
<title></title>
</head>
<body>
<!--"flotante.inc" -->
<script language="JavaScript">
NS6 = (document.getElementById&&!document.all);
IE = (document.all);
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4");
</script>
<script LANGUAGE="JavaScript">
self.onError=null;
function heartBeat() {
if (NS||NS6) {winY = window.pageYOffset;}
if (IE) {winY = document.body.scrollTop;}
if (NS6||IE||NS)
{
if (winY!=lastY&&winY>YOffset-staticYOffset)
{
smooth = .1 * (winY - lastY - YOffset + staticYOffset);
}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset)
{
smooth = .1 * (winY - lastY - (YOffset-(YOffset-winY)));
}
else {smooth=0}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (IE) document.all['floater'].style.pixelTop+=smooth;
if (NS6||NS) document.all['floater'].style.top+=smooth;
lastY = lastY+smooth;
}
}
lastY = 0;
YOffset=485;
staticYOffset=24;
if(NS || IE || NS6) action = window.setInterval("heartBeat()",1);
</script>
<div
align="center" id="floater"
style="top:510; width: 130; height: 309px; background-color: #FFFFFF; layer-background-color: #000000; border: 1px none #000000; left:24;"><div
align="center"><center>
<table width="126" border="0" cellspacing="1" cellpadding="0">
<tr>
<td bgcolor="#999999"><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td align="center" bgcolor="#ffffff"><img src="images.gif" width="3" height="2"><br>
<a href target="_blank"><img src="images.gif" width="120" border="0" alt="Procedatos"></a><br>
<img src="images.gif"><br>
<a href="hola.com/" target="_blank"><img src="images.gif"></a><br>
<img src="images.gif" width="3" height="5"><br>
<a href="hola.com" target="_blank"><img src="images.gif" width="120" border="0"></a><br>
<img src="images.gif" width="3" height="5"><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center></div></div>
</body>
</html>
Un saludo
__________________ fer |