css图片随王页大小而更改

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title>

<style type="text/css">

.content-width {MARGIN: auto;WIDTH: 600px;}

.content-width img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 600 ? "600px" : this.width)!important;}

</style>

</head>

<body>

<div class="content-width">

  <p><img src="1.jpg"/></p>   <p><img src="3.jpg"/></p>

</div>

</body>

 

posted @ 2013-10-29 13:58  914556495  阅读(122)  评论(0)    收藏  举报