Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/07/2005, 10:10
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
y con css?

Código:
<style type="text/css">
a.imagen:link, a.imagen:visited{
	text-decoration: none;
	width: 78px;
	display: block;
	float: left;
}
a.imagen:hover{
	text-decoration: none;
	width: 178px;
	display: block;
	float: left;
}
</style>
</head>

<body>
<a href="#" class="imagen"><img src="imagen.jpg" width="100%" border="0"  /></a> 

</body>
</html>