Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/04/2012, 21:27
Avatar de chwc
chwc
 
Fecha de Ingreso: julio-2008
Ubicación: Buenos Aires ! :D
Mensajes: 814
Antigüedad: 16 años, 2 meses
Puntos: 103
Respuesta: Imagen con overlay rollover

no querras hacer esto ?
Código CSS:
Ver original
  1. div.holder {
  2. position:relative;
  3. width:100px; height:100px;
  4. }
  5. *
  6. div.holder a{
  7.    background:#000000;
  8. }
  9. div.holder a img.hover{width:75px; height:75px;
  10. * * filter: alpha(opacity=60);
  11. * * -moz-opacity: 0.6;
  12. * * KhtmlOpacity: .6;
  13. * * opacity: .6;
  14. -webkit-transition:1s linear all;
  15. }
saludos