新浪微博登录首页的导航不动实现

失去乐山贼 2011-12-07 08:31:31
RT,新浪微博登录后,内容的滚动,上面导航没有动,查看源码,看到的是背景代码,中间的内容是没有的,问题是:怎么实现导航不动,内容滚动的?
...全文
187 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
滴滴月空雨 2012-01-04
  • 打赏
  • 举报
回复
[Quote=引用 3 楼 liyuedan 的回复:]

恩恩 谢谢 解决了 结贴!!!
[/Quote]
不好意思 ,发错了!!
滴滴月空雨 2012-01-04
  • 打赏
  • 举报
回复
恩恩 谢谢 解决了 结贴!!!
MuBeiBei 2011-12-07
  • 打赏
  • 举报
回复
<!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>
<style>
*{margin:0; padding:0;}
body{background:url(about:blank) fixed}
</style>
</head>




<body>
<div id="div" style="position:fixed; _position:absolute; width:100%; height:25px; border:1px solid #000; left:0px; top:0px;">我是导航头部</div>
<div style="height:1000px;"></div>
<script>
var isIE = !!window.ActiveXObject;
var isIE6 = isIE && !window.XMLHttpRequest;

if(isIE6){
window.onscroll = function(){
document.getElementById('div').style.top = document.documentElement.scrollTop + 'px';
};
}
</script>
</body>
</html>


楼主试试这个~·
MuBeiBei 2011-12-07
  • 打赏
  • 举报
回复
<!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=gb2312" />
<title>无标题文档</title>
</head>




<body>
<div style="position:fixed; width:100%; height:25px; border:1px solid #000; left:0px; top:0px;">我是导航头部</div>
<div style="height:1000px;"></div>
</body>
</html>


这个ie6需要单独处理下~·

87,997

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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