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

首頁 > 編程 > JavaScript > 正文

jQuery實現鼠標懸停背景翻轉的黑色導航菜單代碼

2019-11-20 11:34:18
字體:
來源:轉載
供稿:網友

本文實例講述了jQuery實現鼠標懸停背景翻轉的黑色導航菜單代碼。分享給大家供大家參考。具體如下:

這是一款jQuery實現的鼠標懸停背景翻轉的黑色導航菜單菜單,預覽效果時左下角會提示錯誤,而且看不到效果,刷新一下就可以看到效果了;當然,在實際使用中,不會出現這樣的問題。

運行效果截圖如下:

在線演示地址如下:

http://demo.VeVB.COm/js/2015/jquery-mouse-over-bg-cha-black-nav-menu/

具體代碼如下:

<!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><title>導航菜單-鼠標懸停背景翻轉的黑色jQuery菜單</title><meta http-equiv="content-type" content="text/html;charset=gb2312"><style type="text/css">.menu{height:41px;display:block;width:662px;}.menu ul{list-style:none;padding:0;margin:0;}.menu ul li{float:left;overflow:hidden;position:relative;text-align:center;height:38px;line-height:31px;*line-height:33px;background:url("images/tmenubg.png") repeat-x;}.menu ul li a{position:relative;display:block;width:81px;height:31px;font-family:"Microsoft Yahei";font-size:12px;letter-spacing:1px;text-transform:uppercase;text-decoration:none;cursor:pointer;}.menu ul li a span{position:absolute;left:0;width:81px;}.menu ul li a span.out{top:0px;}.menu ul li a span.over,.menu ul li a span.bg{top:-45px;}#menu{position:absolute;margin:4px 0px 0px 295px;*margin:4px 0px 0px -185px;}#menu ul li a{color:#fff;text-decoration:none;}#menu ul li a span.over{color:#000;text-decoration:none;}#menu ul li span.bg{height:32px;background:url("images/overbg.png") center center no-repeat;}#menu .fl{background:url("images/lrbg.png") no-repeat;width:7px;height:38px;float:left;}#menu .fr{background:url("images/lrbg.png") no-repeat -8px 0px;width:7px;height:38px;float:right;}</style><script src="jquery1.3.2.js" type="text/javascript"></script><script language="javascript">$(document).ready(function() { $("#menu li a").wrapInner( '<span class="out"></span>' ).append( '<span class="bg"></span>' ); $("#menu li a").each(function() {  $( '<span class="over">' + $(this).text() + '</span>' ).appendTo( this ); }); $("#menu li a").hover(function() {  $(".out", this).stop().animate({'top': '45px'}, 250); // move down - hide  $(".over", this).stop().animate({'top': '0px'}, 250); // move down - show  $(".bg", this).stop().animate({'top': '0px'}, 120); // move down - show }, function() {  $(".out", this).stop().animate({'top': '0px'}, 250); // move up - show  $(".over", this).stop().animate({'top': '-45px'}, 250); // move up - hide  $(".bg", this).stop().animate({'top': '-45px'}, 120); // move up - hide }); $("#menu2 li a").wrapInner( '<span class="out"></span>' ); $("#menu2 li a").each(function() {  $( '<span class="over">' + $(this).text() + '</span>' ).appendTo( this ); }); $("#menu2 li a").hover(function() {  $(".out", this).stop().animate({'top': '45px'}, 200); // move down - hide  $(".over", this).stop().animate({'top': '0px'}, 200); // move down - show }, function() {  $(".out", this).stop().animate({'top': '0px'}, 200); // move up - show  $(".over", this).stop().animate({'top': '-45px'}, 200); // move up - hide });});</script></head><body><div class="clear"></div><div id="content"> <div id="top"> <div id="menu" class="menu"> <div class="fl"></div> <div class="fr"></div> <ul> <li><a href="#">武林網</a></li> <li><a href="#">產品介紹</a></li> <li><a href="#">軟件下載</a></li> <li><a href="#">商業授權</a></li> <li><a href="#">模板市場</a></li> <li><a href="#">腳本下載</a></li> <li><a href="#">交流論壇</a></li> <li><a href="#">腳本交流</a></li> </ul> </div> </div></div></body></html>

希望本文所述對大家的jQuery程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 巫山县| 洛扎县| 邻水| 馆陶县| 商洛市| 嘉鱼县| 华安县| 崇州市| 尚义县| 丹寨县| 上杭县| 江达县| 神农架林区| 镇沅| 承德县| 嘉义市| 拜城县| 太和县| 泰宁县| 新晃| 炉霍县| 宝兴县| 栾川县| 黎平县| 布拖县| 礼泉县| 新兴县| 湖口县| 九龙坡区| 当涂县| 万安县| 图木舒克市| 大余县| 普兰店市| 大冶市| 衡阳市| 馆陶县| 桃源县| 通河县| 天祝| 陈巴尔虎旗|