clip:rect實現圖片裁剪

<html>
<head>
<style type="text/css">
img 
{
position:absolute;
left:50px;
top:50px;
clip:rect(0px 50px 200px 0px)
}
</style>
</head>

<body>
<p>clip 屬性剪切了一幅圖像:</p>
<p><img border="0" src="/i/eg_bookasp.gif" width="120" height="151"></p>
</body>

</html>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章