本文實例講述了jQuery仿Flash上下翻動的中英文導航選單的方法。分享給大家供大家參考。具體實作方法如下: 複製程式碼 程式碼如下: jQuery仿Flash鼠标感应式翻动的导航菜单 <br> body{width:100%;height:100%;margin:0;padding:0;background:url(/jscss/demoimg/201007/bg.gif) repeat-x top center;font-size:12px;color:#616161;}<br> a,a:link,a:visited,a:active{color:#616161;text-decoration:none;}<br> a:hover{text-decoration:underline;color:#710075;}<br> #body{ width:100%;float:left;}<br> .index_top{width:930px;height:126px;position:relative;z-index:1;}<br> no-repeat 0 0;position:absolute;top:46px;left:41px;z-index:50;}<br> #index_nav{margin:82px 0;float:left;display:inline;}<br> #index_nav ul{float:left;height:34px;display:inline;margin:0 0 0 0px;list-style-type:none;}<br> #index_nav li{float:left;height:34px;width:100px;font-size:13px;font-family:Verdana;line-height:34px;text-align:center;cursor:pointer;color:#fff;}<br> #index_nav_cases a,#index_nav_cases a:link,#index_nav_cases a:visited,#index_nav_cases a:active{color:#fff;}<br> #index_nav_cases a:hover{text-decoration:none;}<br> #index_nav li div{height:34px;width:100px;overflow:hidden;position:relative;}<br> #index_nav li div .n1,#index_nav li div .n2{display:block;height:34px;width:100px;position:absolute;top:0px;left:0px;cursor:pointer;}<br> #index_nav li div .n1{z-index:12;background:url(/jscss/demoimg/201007/nav_bg.gif) repeat-x top center;font-size:13px;}<br> #index_nav li div .n2{z-index:11;background:url(/jscss/demoimg/201007/nav_bg.gif) repeat-x top center;}<br> #index_nav li div a{color:#fff;}<br> #index_nav li div a:hover{text-decoration:none;}<br> <br> jQuery(function(){<br> jQuery('#index_nav li').hover(<br> function(){<br> jQuery(this).find('.n1').stop().animate({opacity:'0',top:'43px'});<br> },<br> function(){<br> jQuery(this).find('.n1').stop().animate({opacity:'1',top:'0px'});<br> }<br> );<br> });<br> 友情提示:若提示网页有错或看不到效果,请刷新网页后再试! 关 于About 服 务Services 案 例Cases 优 势Advantages Sharp