我编写了一个html网页,但是显示的时候总是从网页底部先显示,我想让他正常显示,怎么办。 15

用DW编的... 用DW编的 展开
 我来答
优网
2015-03-15 · 十五年企业网络策划运营
优网
采纳数:8615 获赞数:28383

向TA提问 私信TA
展开全部

没实际情况 没直观参考 谁也不好说

这个实现方式很多

先说一种 你参考

你可以排除相关代码 就可以去掉效果


实现网页一打开就直接显示最底部的代码方法

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>锚点</title>
</head>
<script language="javascript">
window.location ="#bottom";//自动跳转到锚点处
</script>

<body>
<table width="300" height="1500" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="60" align="center" bgcolor="#999999"><strong>TOP</strong></td>
  </tr>
  <tr>
    <td height="1390" align="center" bgcolor="#CCCCCC">CONTENT</td>
  </tr>
  <tr>
    <td height="50" align="center" valign="middle" bgcolor="#666666">
<a name="bottom"></a><!--锚点处-->
<strong>BOTTOM</strong></td>
  </tr>
</table>
</body>
</html>
匿名用户
2015-03-15
展开全部
贴代码~~~~~
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式