如何是表格在页面最底部?

大猫钓鱼 2005-09-14 04:34:09
一个什么都没有的页面,请问如何使表格在页面最底部?
...全文
449 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
大猫钓鱼 2005-09-15
  • 打赏
  • 举报
回复
搞定了,3ks
gaochao79 2005-09-15
  • 打赏
  • 举报
回复
<div id="Layer1" style="position:absolute; bottom:0px; z-index:1">
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>
</div>
yinwun 2005-09-15
  • 打赏
  • 举报
回复
<body TOPMARGIN="0" bottommargin=0>
TOPMARGIN是上面顶,bottommargin下低部。然后你把你的表格放在底部就可以了。
fantiny 2005-09-15
  • 打赏
  • 举报
回复
<HTML>
<HEAD>
<TITLE> bottom of page </TITLE>
</HEAD>

<BODY TOPMARGIN="0" LEFTMARGIN="0">
<TABLE HEIGHT="100%" VALIGN="BOTTOM">
<tr>
<td VALIGN="BOTTOM">
<table VALIGN="BOTTOM" BGCOLOR="#000000">
<tr>
<td><FONT COLOR="#FFFFFF">this is a table AT bottom of the page</FONT></td>
</tr>
</table>
</td>
</tr>
</table>
</DIV>
</BODY>
</HTML>
大猫钓鱼 2005-09-15
  • 打赏
  • 举报
回复
frame?呵呵,夸张了点吧?
jouwei 2005-09-14
  • 打赏
  • 举报
回复
样式表:style="bottom:0;"
HTML:
<frameset name="Main" rows="*,50" border="0" frameborder="0" FRAMESPACING="10" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" >
<frame name="topFrame" src="其他内容"></frame>
<frame name="bottomFrame" src="你的表格"></frame>
</frameset>
大猫钓鱼 2005-09-14
  • 打赏
  • 举报
回复
最好不是样式表的。

61,112

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧