最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

一個簡單的全屏圖片上下打開顯示網(wǎng)頁效果示例

 更新時間:2014年07月08日 11:50:31   投稿:whsnow  
這是一個簡單的全屏圖片上下打開顯示網(wǎng)頁效果,源碼如下,喜歡的朋友可以練練手

上源碼看效果:

<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
body {
margin: 0;
padding: 0;
}


.wrap {
overflow: hidden;
position: fixed;
z-index: 99999;
width: 100%;
top: 0;
left: 0;
}


.div {
overflow: hidden;
position: absolute;
width: 100%;
}


.d {
background: url(1.jpg) center center no-repeat;
height: 100%;
}
</style>
</head>
<body>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<p>這是網(wǎng)站內(nèi)容</p>
<div class="wrap">
<div id="d1" class="div">
<div class="d"></div>
</div>
<div id="d2" class="div">
<div class="d"></div>
</div>
</div>
<script src="jquery-1.8.3.min.js"></script>
<script>
var h = $(window).height();
var h1 = h / 2;
$('#d1,#d2').height(h1);
$('.wrap,.d').height(h);
$('#d2').css('top', h1);
$('#d2 .d').css('margin-top', -h1);

setTimeout(function () {
$('#d1').animate({ 'top': -h / 2 }, 3000);
$('#d2').animate({ 'top': h }, 3000, function () {
$('.wrap').remove();
});
}, 2000);//一定時間后打開,1000=1秒

</script>
</body>
</html>

相關(guān)文章

最新評論

阿拉善盟| 法库县| 阿巴嘎旗| 高尔夫| 南部县| 建平县| 丹寨县| 文化| 福清市| 贞丰县| 买车| 徐州市| 德化县| 茂名市| 渝中区| 斗六市| 定州市| 武夷山市| 兴业县| 沙坪坝区| 水城县| 屏山县| 南城县| 大冶市| 蓝山县| 安吉县| 阜南县| 双江| 资阳市| 青川县| 拜泉县| 和顺县| 汉中市| 彭州市| 清徐县| 贵港市| 石楼县| 灌阳县| 阳原县| 万载县| 靖州|