09/01/2004, 08:36
|
| | Fecha de Ingreso: noviembre-2003
Mensajes: 383
Antigüedad: 21 años, 1 mes Puntos: 2 | |
Aqui tienes un ejemplo de como lo puedes hacer:
<html>
<head>
</head>
<body>
<img border="0" src="file:///C:/j/web/1.jpg" width="114" height="76" onmouseover="javascript:getElementById('texto').st yle.color='red'" onmouseout="javascript:getElementById('texto').sty le.color='blue'">
<p id="texto">TEXTO DE PRUEBA</p>
</body>
</html> |