`
yangxianjiangg
  • 浏览: 59506 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

clip 属性剪切了一幅图像

阅读更多
<html>
<head>
<style type="text/css">
img {
position:absolute;
clip:rect(0px 120px 151px 0px)
}
</style>
</head>

<body>
<p>clip 属性剪切了一幅图像:</p>
<p><img border="0" src="xxx.gif" width="120" height="151"></p>
</body>

</html>

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics