<style type="text/css">
img{margin-left: 0px;position: absolute;clip:rect(20px,180px,180px,20px);width:200px;height: 200px; }
</style>
atention
- 图片的剪切必须先给绝对定位
position: absolute
- 核心:
clip:rect (top, right, bottom, left)
(要带单位px额,此外此处的上you下左是切得位置,如果上》=下或者左》=右则什么都看不见,即把图片切没了)