Hola a todos.
Habeis montado un festorro y yo sin enterarme. Pues ahora voy a poner código Css en el Foro de JavaScript
Código PHP:
<html>
<head>
<style>
#foto a { display:block;
width:88px;
height:31px;
background:url('imagen1.gif'); }
#foto a:hover { background:url('imagen2.gif') no-repeat}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p id="foto"><a href="#"></a></p>
<a href="#">Enlace</a>
</body>
</html>
Saludos,