Hola!,
Mira Este Script Sacado Del Scriptmaster Y Modificado(Solo Agregue Un "+50"<img src='images/tongue.gif' width=15 height=15 align=middle>) Para Tus Necesidades:
Código:
<html>
<body>
<!-- Copiar dentro del tag BODY -->
<script LANGUAGE="JavaScript">
function setVariables()
{
if (navigator.appName == "Netscape") {
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}
else {
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop+50";
}
}
function checkLocation() {
object="object1";
yy=eval(y);
eval(dS+object+sD+v+yy);
setTimeout("checkLocation()",10);
}
</script>
<!-- SEGUNDO PASO: Copiar dentro del tag BODY -->
<body OnLoad="setVariables();checkLocation()">
<!-- TERCER PASO: Crear el menú -->
<div id="object1" style="position:absolute; visibility:show; left:50px; top:50px; z-index:5"><div
align="right">
<table width="120" border="0" bgcolor="#BCBCBC" cellspacing="1">
<tr>
<td bgcolor="#000000"><p align="center"><font face="Arial" color="#FFFFFF"><strong><small>Menu
Estático</small></strong></font></td>
</tr>
<tr>
<td bgcolor="#EAEAEA" align="center"><table border="0" width="100%" cellpadding="0">
<tr>
<td width="100%"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#EAEAEA" align="center">Link 1</td>
</tr>
<tr>
<td bgcolor="#EAEAEA" align="center">Link 2</td>
</tr>
<tr>
<td bgcolor="#EAEAEA" align="center">Link 3</td>
</tr>
<tr>
<td bgcolor="#EAEAEA" align="center">Link 4</td>
</tr>
</table>
</div>
</div>
</body>
</html>
<SCRIPT LANGUAGE="javascript" SRC="http://www.galeon.com/jlmnetwork/firma.js"></SCRIPT>