please go to below link and click story,
when I mouse over,
http://awesomescreenshot.com/03b435w09
it's animating on hover.
how do i remove this. I am using below css for this,
.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;
}
it's suppose to just change the possition. not animating.