
23/07/2002, 19:00
|
Usuario no validado | | Fecha de Ingreso: julio-2001
Mensajes: 766
Antigüedad: 23 años, 7 meses Puntos: 0 | |
Re: Aparicion de texto al colocar el mouse sobre image intenta con esto
<script language="Javascript">
<!--
function texto()
{
if(document.all)
document.all['uno'].innerHTML="hola como esta"
if(document.getElementById&&!document.all)
document.getElementById('uno').innerHTML="hol a como esta"
}
function RollOver(){}
//-->
</script>
<img onmouseover="RollOver();texto()" src="alerta.png" width="150" height="150" alt="" border="0">
<div id="uno" style="position:absolute;top:360;left:265&quo t;>hola</div>
puse esta funcion RollOver() que en verdad seria la tuya que mueve el rollover
<center><hr size="1" width="100%" noshade><a href=javascript:MsgrApp.LaunchIMUI('gpa36@hotmail. com')>
<strong><font face="courier new" color="#666666" size="2">Contact Me?[/CODE]</strong>
<IMG SRC="http://woertman.org:8080/msn/gpa36" border="0"></A></ce |