Ver Mensaje Individual
  #7 (permalink)  
Antiguo 12/05/2008, 10:25
Avatar de JhonDie
JhonDie
 
Fecha de Ingreso: abril-2005
Mensajes: 60
Antigüedad: 19 años
Puntos: 0
Imagen con borde interactivo

Mi estimado, prueba con este codigo:

Código HTML:
<html>
<head>
<title>Imagen con borde interactivo</title>
<style>
 .bordeActivo { border:2px solid red; }
 .bordeInactivo { border:none; }
</style>
</head>
<body>
<img src="TuImagen.jpg" width="200" height="200" onmouseover="this.className='bordeActivo'" onmouseout="this.className='bordeInactivo'">
</body>
</html> 
__________________
Que tengas un productivo dia... JhonDie