08/07/2005, 10:10
|
| Moderadora | | Fecha de Ingreso: agosto-2001 Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 2 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>
|