像素固定.docVIP

  • 4
  • 0
  • 约 2页
  • 2017-06-16 发布于河南
  • 举报
像素固定

固定像素适应: #pic img{max-width:780px;width:expression_r(document.body.clientWidth 780? 780px: auto );border:1px dashed #000;} 百分比适应: #pic img{max-width:780px;width:expression_r(document.body.clientWidthdocument.getElementByIdx(pic).scrollWidth*9/10? 780px: auto ); border:1px dashed #000;} 另外一种方式: #pic img{max-width:780px;myimg:expression_r(onload=function(){this.style.width=(document.body.clientWidth 780)?780px:auto});border:1px dashed #000;} 先给你写个例子。 css样式为: .box{ width:50px; border:1px #000 solid;} img{ max-width:50px!important; height:auto!important; width:expression(this.width 50 ? 50px : t

文档评论(0)

1亿VIP精品文档

相关文档