当前位置: 代码迷 >> Web前端 >> 网页下图片固定显示
  详细解决方案

网页下图片固定显示

热度:112   发布时间:2012-09-24 13:49:41.0
网页上图片固定显示

固定高度????????? ?: onload= "if(this.clientHeight> 80)this.height=80"

固定宽度?????????? : onload= "if(this.clientWidth> 80)this.width=80"

高度宽度都固定? : onload= "this.width=80,this.width=80"

?

eg:<img border="0" src="../../${caseAttachment.filePath}" onload= "if(this.clientHeight> 80)this.height=80"/>

?

  相关解决方案