请转到以下链接并单击故事,
当我鼠标悬停时,
http://awesomescreenshot.com/03b435w09
它在悬停时动画。
我该如何删除这个。我为此使用下面的css,
.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;
}
假设只是改变位置。没有动画。