假如我们想截取高100px 宽800px 中X坐标:200px,Y坐标:0px;Width:20px;Height:20px;图片名称:1.gif
<div style=" background:url(1.gif) no-repeat -200px -0px;height:20px;width:20px"></div>
background:url(1.gif):导入图片
no-repeat:不拉伸图片
-200px -0px:显示坐标为x:200px y:0px
height:20px;width:20px:宽度和高度
网站优化阅读全文