Kindly visit the link below and click on 'Story':
Upon mouseover, the animation can be observed:
How can I remove this effect? The CSS I am using for this is as follows:
.storypageThumb1 {
float:left;
width:175px;
height:91px;
text-indent: -9999px;
background:url(../images/storyPage-thumb01_new.png) no-repeat;
text-transform: uppercase;
}
.storypageThumb1:hover {
background-position:0 -91px;
}
The intended effect is a simple change in position, not an animation.