单击更改按钮图像然后单击后返回原始图像
<style>
img.button-send {
background: url(img/agentsprite.png) 0 0;
width:87px;
height:34px;
opacity:0;
}
img.button-send:active {
background: url(img/agentsprite.png) 34 174;
width:87px;
height:34px;
}
</style>
<button type="submit">
<img class="button-send" src="img/img_trans.gif" width="1" height="1" />
</button>
我为此使用了一个精灵,当我单击它时它似乎不会转到那个图像位置,有什么办法可以让它工作吗?按下时,我不想对该字段产生按钮效果。