中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

HTML5+jQuery寫的網(wǎng)頁懸浮菜單特效

2024-01-25    分類: 網(wǎng)站建設(shè)

HTML代碼
<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>實(shí)用網(wǎng)站右側(cè)常駐懸浮導(dǎo)航菜單js特效代碼</title>

</head>

<body>

<div class="box">

<a href='#'><span>0</span>Flash素材</a>

<a href='#'><span>1</span>菜單導(dǎo)航</a>

<a href='#'><span>2</span>時(shí)間日期</a>

<a href='#'><span>3</span>焦點(diǎn)圖</a>

<a href='#'><span>4</span>tab標(biāo)簽</a>

<a href='#'><span>5</span>jquery特效</a>

<a href='#'><span>6</span>在線客服</a>

<a href='#'><span>7</span>廣告代碼</a>

<a href='#'><span>8</span>相冊(cè)代碼</a>

<a href='#'><span>9</span>圖片特效</a>

<a href='#'><span>10</span>名站特效</a>

<a href='#'><span>11</span>視頻播放</a>

<a href='#'><span>12</span>其他代碼</a>

</div>

</body>

</html>

CSS代碼
* {

margin:0;

padding:0;

list-style-type:none;

}

a, img {

border:0;

text-decoration:none;

}

body {

font:12px/180% Arial, Helvetica, sans-serif, "新宋體";

background:#DCDCDC;

}

.box {

position:fixed;

top:0;

right:0;

z-index:9999;

width:140px;

cursor:pointer;

margin:100px 0 0 0;

}

body{

background-image:url(about:blank);

background-attachment:fixed;

}

.box{

position:absolute;

top:expression(eval(document.documentElement.scrollTop));

}

.box a {

display:block;

position:relative;

height:30px;

line-height:30px;

margin-bottom:2px;

background:#fff;

padding-right:10px;

width:130px;

overflow:hidden;

color:#333;

cursor:pointer;

right:-110px;

}

.box a:hover {

text-decoration:none;

color:#1974A1;

}

.box a:hover span {

background:#5FA429

}

.box a span {

display:block;

float:left;

width:30px;

background:#636871;

color:#fff;

font-size:16px;

text-align:center;

margin-right:10px;

font-style:normal;

}

JS代碼(需要引用Jquery1.1以上版本,百度下載直接放到網(wǎng)站根目錄即可)
<script src="jquery文件></script>//本地沒有的朋友百度下載直接放到網(wǎng)站根目錄即可,把“jquery文件“ 替換成你的jquery文件名

<script type="text/javascript">

$(function() {

var timer = null;

$(".box").mouseenter(function() {

clearTimeout(timer);

var that = $(this);

timer = setTimeout(function() {

that.find("a").each(function(index,ele){

setTimeout(function(){

$(ele).stop().animate({right:0},200);

},50*index);

})

},200)

}).mouseleave(function() {

if(timer) {

clearTimeout(timer);

}

$(this).find("a").each(function(index,ele) {

setTimeout(function(){

$(ele).stop().animate({right:-110},200);

},50*index);

})

})

})

</script>

<script type="text/javascript">

function stops(){

return false;

}

document.oncontextmenu=stops;

</script>

本文來源于成都網(wǎng)站建設(shè)公司與成都網(wǎng)站設(shè)計(jì)制作公司-創(chuàng)新互聯(lián)成都公司!

本文題目:HTML5+jQuery寫的網(wǎng)頁懸浮菜單特效
文章出自:http://m.rwnh.cn/news48/315348.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供品牌網(wǎng)站制作微信小程序、動(dòng)態(tài)網(wǎng)站、網(wǎng)站設(shè)計(jì)全網(wǎng)營銷推廣、品牌網(wǎng)站設(shè)計(jì)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)公司
钟山县| 颍上县| 广德县| 新泰市| 明水县| 宁陵县| 桦甸市| 翁牛特旗| 新邵县| 汝阳县| 庄浪县| 中方县| 东乡| 大姚县| 凉山| 靖远县| 临武县| 宁河县| 名山县| 额济纳旗| 错那县| 台东市| 乐安县| 紫金县| 循化| 贞丰县| 会宁县| 凤冈县| 同心县| 察雅县| 左权县| 普陀区| 东阿县| 温宿县| 开平市| 西藏| 甘德县| 横峰县| 芮城县| 泽普县| 乳源|