按摩手法视频:ASP:如何将一段网页固定在最底部显示?

来源:百度文库 编辑:中科新闻网 时间:2024/05/01 21:36:56
<!--#include file="bottom.asp"-->
就是这个,我在index.asp里面引用它,不过它是动态上下浮动,如何将它固定在最下面?
<form action="" method="post">
<table width="100%" border="0" height="100%">
<tr height="10%">
<td colspan="3"><!--#include file="head.asp"--></td>
</tr>
<tr height="80%">
<td width="30%"><!--#include file="newslist.asp"--></td>
<td> </td>
<td> </td>
</tr>
<tr height="10%">
<td colspan="3"><!--#include file="bottom.asp"--></td>
</tr>
</table>
以上是所有代码,原因是我的newslist.asp文件只有几行,所以bottom.asp虽然在newslist.asp的下面,但是浏览器的位置还是在中间,如何不理newslist.asp的大小,永远固定在网页的最底部,而不是根据newlist.asp的大小决定其位置

1,把bottom.asp放到底框架中
2,把bottom.asp放到一个div中,用JavaScript来控制div的显示位置

全部代码贴出来~~~

把这句放到最后就行了

你把底框架固定不就行了。

放在层里就行了