读书人

网页下图片固定显示

发布时间: 2012-09-24 13:49:41 作者: rapoo

网页上图片固定显示

固定高度????????? ?: 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" style="max-width: 100%;height: auto;width: auto\9;" src="http://www.reader8.com/${caseAttachment.filePath}" onload= "if(this.clientHeight> 80)this.height=80"/>

?

网页下图片固定显示

读书人网 >Web前端

热点推荐