Hi, my client does not like the rollover effect of the modules (the way that the pic tilts and zooms when I rollover), is there a way to turn it off, or select a different effect?
Thanks for your help,
Jelmar
.nspArt .nspImageWrapper:hover img {-moz-transform: none!important;}
.itemImageBlock img:hover {transform: none!important;}
.nspArt .nspImageWrapper:hover img {
transform: none !important;
}
.itemImageBlock img:hover {transform: none!important;}
.itemImageBlock img:hover { transform: none!important;-webkit-transform: none!important;}