Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/07/2011, 14:29
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Link en imagen agrandada

el css sería algo como esto
Cita:
.thumbnail{ position: relative; z-index: 0; }
.thumbnail:hover + a img, a img:hover { display: block; z-index: 50; position: relative; top: -50px;}
a img { display: none;}
y el html
Cita:
<img src="imagesweb/cartuchos_001.jpg" class="thumbnail" width="120px" border="0" />
<a href="url" target="_blank"><img src="imagesweb/cartuchos_001.jpg" /></a>