Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/11/2005, 14:44
Avatar de living
living
 
Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años
Puntos: 2
Sería fácil el cambio:

Código HTML:
<html>
<head>
<script>
function mostrarTexto(texto){
	document.getElementById("capaTexto").innerText=texto;
}
</script>
</head>

<body>

<img src="imagen.jpg" onMouseOver="mostrarTexto('Macromedia')" onMouseOut="mostrarTexto('')">
<div id="capaTexto"></div>
</body>
</html> 
__________________
¿Te apasiona el mundo del guión? El portal del guión