星期三 上午多云,下午雷阵雨(短时暴风雨)转阴 25~37℃
UCH2.0 编辑器在 ie9 下的高度问题
editor.php
if(document.all){
document.write(‘<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" id="divEditor"><tr><td style="background-color:#ffffff"><IFRAME class="HtmlEditor" ID="HtmlEditor" name="HtmlEditor" style="height:100%;width:100%" frameBorder="0" marginHeight=0 marginWidth=0 src="editor.php?op=blank&charset=<?=$_GET['charset']?>" onload="blank_load();"></IFRAME></td></tr></table>’);
}
把 IFRAME 的 height:100% 改为固定高度,例如 height:400px
友吧今天
- 修复编辑器在 ie9 下的高度问题。
- 设置登录页和注册页的识别名,看起来比较标准。
- 开始套 v3.2 程序。
发表评论