国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jquery簡單實現滾動條下拉DIV固定在頭部不動

2019-11-20 21:35:20
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:

<!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>滾動條下拉DIV固定在頭部不動</title>
<script type="text/javascript" src="http://img.fishburg.net/ks/js/jquery-1.8.js"></script>
<style>
*{padding:0;margin:0;}
.ab{ width:100%; background-color:#eee; height:250px; text-align:center; line-height:250px;}
.bc{ width:100%; background-color:#eee; text-align:center; text-align:center; color:#fff; font-size:24px; background-color:#060;}
.pf{ width:100%; height:50px; background-color:#C00; text-align:center; line-height:50px; color:#fff;}

/*---------------------漂浮導航---------------------------*/
html{ _background-image:url(about:blank); _background-attachment:fixed;/** 防止 ie6 抖動 **/}
.float{ position:fixed; z-index:999999; top:0px;}
* html .float{ position:absolute; _top:expression(documentElement.scrollTop-0);}
</style>

</head>

<body>
<div class="ab">第一版塊</div>
<div class="pf">漂浮內容</div>
<script type="text/javascript">
window.onscroll=function(){
if ($(document).scrollTop() > 250)
{
//$("#pf_nav").show();
$(".pf").addClass('float');
}else{
//$("#pf_nav").hide();
$(".pf").removeClass('float');
}
}
</script>
<div class="bc">
<p>
<script language="javascript">
for(i=0;i<50;i++){
document.write(i+"<br />");
}
</script>
</p>
</div>
</body>
</html>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 金山区| 五华县| 时尚| 大城县| 盱眙县| 高安市| 尤溪县| 高尔夫| 临朐县| 阿图什市| 蒲城县| 罗山县| 县级市| 林西县| 古交市| 汽车| 资兴市| 金乡县| 康马县| 五大连池市| 陈巴尔虎旗| 麻阳| 蒙山县| 辽源市| 图木舒克市| 增城市| 伊通| 白山市| 梨树县| 兰坪| 涟水县| 黄梅县| 清镇市| 屯昌县| 芜湖市| 和田县| 呼玛县| 神农架林区| 定州市| 平原县| 赤水市|