Posted on 2006-06-02 11:19
warren 閱讀(86)
評論(0) 編輯 收藏 所屬分類:
HTML/JS
·?iframe 自適應(yīng)高度
??? <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">