AutoCAD 3DMAX C语言 Pro/E UG JAVA编程 PHP编程 Maya动画 Matlab应用 Android
Photoshop Word Excel flash VB编程 VC编程 Coreldraw SolidWorks A Designer Unity3D
 首页 > 网页制作

html自适应表格的方法

51自学网 http://www.51zixue.net
html,scroll,button

<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,scroll,button  
上一篇:一小段html代码将就能将百度搜索栏包含到你的页面里  下一篇:如何在网站中插入天气预报