我的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" />
如果我更改输入类型以提交它可以工作,但不能作为图像提交。