html自适应表格的方法
摘要:这个表格分为3块第一个id为conditions,放查询条件。第二个id为Content,放显示内容。第三个id为btnDel,放删除按钮。...
<body style="scroll:no">
<table width="100%" height="100%">
<tr>
<td height="10px" id="conditions"></td>
</tr>
<tr>
<td id="Content"></td>
</tr>
<tr>
<td height="10px" id="btns">
<input type="button" id="btnDel" value="删除" />
</td>
</tr>
</table>
</body>
这个表格分为3块
第一个id为conditions,放查询条件。
第二个id为Content,放显示内容。
第三个id为btnDel,放删除按钮。
第一个和第三个宽度可以设置小一点,让内容自己去展开。
【html自适应表格的方法】相关文章:
★ @Font-face的基本用法及让全部浏览器都兼容的方法
上一篇:
如何在网站中插入天气预报