87,997
社区成员




<!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>
<!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>