Posted on 2006-06-02 11:19
warren 阅读(80)
评论(0) 编辑 收藏 所属分类:
HTML/JS
· iframe 自适应高度
<iframe src="infoshow.jsp" id="ifrep" frameborder="0" scrolling="no" width="598" marginheight="0" hspace="0" vspace="0"
onload="document.all['ifrep'].style.height=ifrep.document.body.scrollHeight">
</iframe>
· 防止表格被撑开
<table style="table-layout:fixed;word-break:break-all">