我目前的代码是:
CSS:
.submitorder {
background-image: url('https://www.amleo.com/images/art/PON1.jpg');
width: 205px;
height: 52px;
font-size:0px;
}
.submitorder:hover {
background-image: url('https://www.amleo.com/images/art/PON2.jpg');
width: 205px;
height: 52px;
font-size:0px;
}
HTML 很简单:
<div><input type="submit" class="submitorder"/></div>
我的页面位于: https ://www.amleo.com/checkout.aspx
我应该将图像组合成一张图像吗?我如何将用户看到的内容移动到悬停时图像的下半部分?
只是想了解什么是好/坏/丑。:)
谢谢你。