私のcssには次のものがあります:
.myclasss:hover {
background: url("images/arw_flogin2.png") no-repeat; border: none;
display: block;
width: 90px;
height: 50px;
}
私のHTMLでは次のとおりです。
<input type="image" title="" class="myclasss" src="images/arw_flogin1.jpg" />
入力タイプを送信に変更すると機能しますが、画像としては機能しません。