Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2003, 12:11
Avatar de fgil2
fgil2
 
Fecha de Ingreso: enero-2003
Ubicación: zaragoza
Mensajes: 285
Antigüedad: 22 años, 1 mes
Puntos: 0
Hola seoista:

Creo que esto te puede valer.
--------------------------------------------------------------------------------
<html>
<head>
<style type="text/css">
#im {
FILTER: alpha(opacity=50)
}
</style>
<title></title>
<script language="JavaScript1.2">
function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)", 50);
}
function low(which2)
{
clearInterval(highlighting);
which2.filters.alpha.opacity=50;
}
function highlightit(cur2)
{
if(cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if(window.highlighting)
clearInterval(highlighting)
}
</script>
</head>

<body>

<p><img src="01.gif" width="130" height="51" alt id="im" onmouseover="high(this)"
onmouseout="low(this)"> </p>
</body>
</html>
------------------------------------------------------------------------------
Saludos y al resto de foreros.
__________________
fer