|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
- #cont img { max-width: 400px;max-height: 400px;width:expression(onload=function(){if (this.offsetWidth>this.offsetHeight){this.style.width=(this.offsetWidth > 400)?"400px":"auto"}{this.style.height=(this.offsetHeight < 400)?"auto":"400px"}});border:0px;}
复制代码
我的论坛的图片显示BBcode是
- '#IMAGE
- if isFound(str,"[img=") > 0 AND isFound(str,"[/img]") > 0 AND isFound(str,"javascript:") = 0 then
- imageIndex = imageIndex + 1
- str= Replace(str,"[img=","<br><img onclick=""userImage" & imageIndex & """ onload=""javascript:if(this.width> screen.width/2) this.width=screen.width/2"" id='userImage" & imageIndex & "' src=")
- str = Replace(str,"][/img]",">")
- isChange = false
- End if
复制代码
该怎么组合呢? |
|