<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>
本文展示如何使用HTML样式剪切一幅图像,并通过代码实例进行演示。
621

被折叠的 条评论
为什么被折叠?



