您的位置:首页 > Web前端 > CSS

CSS控制图片的最大宽度

2013-05-21 20:13 309 查看
<img class="photoresize" style="border:1px solid #ccc; padding:2px; margin:10px;" src="<%=rs("img")%>" />

<style type="text/css">
          .photoresize {
 max-width:600px;
 myimg:expression(onload=function(){
 this.style.width=(this.offsetWidth > 600)?"600px":"auto"}
     );
 }
          </style>

.neirong img{max-width:680px;myimg:expression(onload=function(){this.style.width=(this.offsetWidth > 680)?"680px":"auto"});}
#upscroll li{ height:20px; line-height:20px;}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: