利用css来截取大背景图片

<style>
a#moveUser{width:225px;height:60px;margin:0 auto;line-height:900px;background:url

(http://images.warcraftchina.com/09v1/boot/moveUser.jpg) -3px -

7px;overflow:hidden;display:block;}
a#moveUser:hover{background-position:-3px -70px;}
</style>
<a href="http://www.battlenet.com.cn/account/creation/landing-cn.xml" title="开始绑定帐号"

target="_blank" id="moveUser">开始绑定账号</a>

主要是规定这个区块的大小

然后通过background-position这个属性x y

x表示从左边多少截取不截取为0截取为负数

y表示从上面截取

你可能感兴趣的:(css)