<body style="background-image:url('background01.jpg'); background-repeat:no-repeat; background-attachment: fixed;">
<div height="100px" width="100%">
</div>
<div height="20%" width="100%">
<table width="100%" height="100%" border="0">
<tr>
<td width="100%" height="20%" onMouseOver="this.style.background='#00FF66'" onMouseOut="this.style.background=''">
<p style="font-family:宋体; position:relative; margin-top:1px"><a href="学校网页.html">点击进入下一页</a></p></td>
</tr>
</div>
我想在网页下面出现一行字,为什么老是出现在最上面
<div height="100px" width="100%">
</div>
<div height="20%" width="100%">
<table width="100%" height="100%" border="0">
<tr>
<td width="100%" height="20%" onMouseOver="this.style.background='#00FF66'" onMouseOut="this.style.background=''">
<p style="font-family:宋体; position:relative; margin-top:1px"><a href="学校网页.html">点击进入下一页</a></p></td>
</tr>
</div>
我想在网页下面出现一行字,为什么老是出现在最上面