blogspot.com-GA4

星期三, 5月 07, 2008

css輔助ajax設定固定高度

利用CSS 直接設定result 的顯示剩餘的框頁面高度
不影響其它資料的顯示高度

<table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#666666" style="border-collapse:collapse;">

<tr>
<td height="100%" valign="top">
<div id="result" style="overflow:auto; border:0; margin:0; padding:0; height:100%" ></div></td>
</tr>

<tr>
<td height="130"><iframe id="Explorer_FB13M" frameborder="0" marginwidth="0" scrolling="auto" height="130" width="100%" src="./FB13M.jsp"></iframe></td>
</tr>
</table>

沒有留言: