以下のリンクにアクセスして、ストーリーをクリックしてください。
マウスオーバーすると、
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;
}
位置を変えるだけだと思います。アニメーション化していません。