CSS控制图片大小

<html>
<head>
<style type="text/css">
img
{
position:absolute;
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>

 

 

 

注释:这里面可以通过改变width与height从而实现改变图片的大小。但是图像变性了。

posted @ 2014-11-07 09:19  amw863  阅读(119)  评论(0编辑  收藏  举报