模板無憂
網頁特效
每日更新
|
TOP排行榜
|
Tag標簽
|
充值
無憂首頁
網頁模板
程序模板
建站教程
視頻教程
網頁特效
圖標素材
字體下載
站長工具
站長問答
網頁特效
菜單導航
圖片特效
文本鏈接
層和布局
頁面背景
表單按鈕
日期時間
計算轉換
鍵盤鼠標
瀏覽器
游戲娛樂
綜合其它
常用代碼
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在線編輯器
Mootools
HTML
JS廣告代碼合集
站長工具
站長常用軟件
網站綜合查詢
Alexa排名查詢
Google PR查詢
域名Whois查詢
網站收錄查詢
友情鏈接查詢
CSS2中文手冊
CSS精簡優化工具
網頁特效代碼
模板無憂
>
網頁特效
>
菜單導航特效代碼
>
收藏
分享
查看評論
菜單導航
演示
顯示隱藏的導航菜單_菜單導航特效
查看演示效果
特效Tag:
菜單
添加
顯示隱藏的導航菜單,您可以先修改部分代碼再運行.
<style type="text/css"> <!-- #master {position:absolute; width: 200px; top: 10px; left: -120px; z-index:2; visibility:visible;} #menu {position:absolute; width: 18px; top: 0px; left: 120px; z-index:5; visibility:visible;} #top {position:absolute; width: 120px; top: 0px; left: 0px; z-index:5; visibility:visible;} #screen {position:absolute; width: 120px; top: 6px; left: 0px; z-index:5; visibility:visible;} #screenlinks {position:absolute; width: 120px; top: 6px; left: 0px; z-index:5; visibility:visible;} --> </style> <style type="text/css"> <!-- .NavJump {font-family: arial; font-size: 10pt; color: #808080; text-decoration: none;} a:link.NavJump {color : #808080;} a:visited.NavJump {color : #808080;} a:active.NavJump {text-decoration: none; color: #C0C0C0;} a:hover.NavJump {text-decoration: none; color: #C0C0C0;} --> </style> <script language = "javascript"> <!-- var ie = document.all ? 1 : 0 var ns = document.layers ? 1 : 0 var master = new Object("element") master.curLeft = -120; master.curTop = 10; master.gapLeft = 0; master.gapTop = 0; master.timer = null; function moveAlong(layerName, paceLeft, paceTop, fromLeft, fromTop){ clearTimeout(eval(layerName).timer) if(eval(layerName).curLeft != fromLeft){ if((Math.max(eval(layerName).curLeft, fromLeft) - Math.min(eval(layerName).curLeft, fromLeft)) < paceLeft){eval (layerName).curLeft = fromLeft} else if(eval(layerName).curLeft < fromLeft){eval(layerName).curLeft = eval(layerName).curLeft + paceLeft} else if(eval(layerName).curLeft > fromLeft){eval(layerName).curLeft = eval(layerName).curLeft - paceLeft} if(ie){document.all[layerName].style.left = eval(layerName).curLeft} if(ns){document[layerName].left = eval(layerName).curLeft} } if(eval(layerName).curTop != fromTop){ if((Math.max(eval(layerName).curTop, fromTop) - Math.min(eval(layerName).curTop, fromTop)) < paceTop){eval (layerName).curTop = fromTop} else if(eval(layerName).curTop < fromTop){eval(layerName).curTop = eval(layerName).curTop + paceTop} else if(eval(layerName).curTop > fromTop){eval(layerName).curTop = eval(layerName).curTop - paceTop} if(ie){document.all[layerName].style.top = eval(layerName).curTop} if(ns){document[layerName].top = eval(layerName).curTop} } eval(layerName).timer=setTimeout('moveAlong("'+layerName+'",'+paceLeft+','+paceTop+','+fromLeft+','+fromTop+')',30) } function setPace(layerName, fromLeft, fromTop, motionSpeed){ eval(layerName).gapLeft = (Math.max(eval(layerName).curLeft, fromLeft) - Math.min(eval(layerName).curLeft, fromLeft))/motionSpeed eval(layerName).gapTop = (Math.max(eval(layerName).curTop, fromTop) - Math.min(eval(layerName).curTop, fromTop))/motionSpeed moveAlong(layerName, eval(layerName).gapLeft, eval(layerName).gapTop, fromLeft, fromTop) } var expandState = 0 function expand(){ if(expandState == 0){setPace("master", 0, 10, 10); if(ie){document.menutop.src = "http://p1.mb5u.com/texiao/menui.gif"}; expandState = 1;} else{setPace("master", -120, 10, 10); if(ie){document.menutop.src = "http://p1.mb5u.com/texiao/menuo.gif"}; expandState = 0;} } //--> </script> <div id="master"> <div id="menu"> <table border="0" width="18" cellspacing="0" cellpadding="0"> <tr><td width="100%"><a href="javascript:expand()" onfocus="this.blur()"><img name="menutop" border="0" src="http://p1.mb5u.com/texiao/menuo.gif" width="18" height="70"></a></td></tr> </table> </div> <div id="top"> <table border="0" width="120" cellspacing="0" cellpadding="0"> <tr><td width="100%"><img border="0" src="top.gif" width="120" height="6"></td></tr> </table> </div> <div id="screen"> <table border="0" width="120" cellspacing="0" cellpadding="5"> <tr><td width="100%" bgcolor="#808080"> <table border="0" width="100%" bgcolor="#808080" cellspacing="0" cellpadding="0"> <tr><td width="100%"> <table border="0" width="100%" cellspacing="1" cellpadding="5"> <tr><td width="100%" bgcolor="#FFFFFF"> <font class="NavJump"><br></font><font class="NavJump"><br></font> </td></tr> </table> </td></tr> </table> </td></tr> </table> </div> <div id="screenlinks"> <table border="0" width="120" cellspacing="0" cellpadding="5"> <tr><td width="100%"> <table border="0" width="100%" bgcolor="#808080" cellspacing="0" cellpadding="0"> <tr><td width="100%"> <table border="0" width="100%" cellspacing="1" cellpadding="5"> <tr><td width="100%" bgcolor="#FFFFFF"> <a href="http://www.wf0088.com" target=_blank class="NavJump"><b></b></a><br> <a href="http://www.wf0088.com" target=_blank class="NavJump"><b>臺球</b></a><br> <a href=http://www.wf0088.com" target=_blank class="NavJump"><b>泡泡龍</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>銀行</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>彩票</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>卡通彩票</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>賽馬</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>博彩</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>禮品</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>婚介</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>教堂</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>福利</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>辦公</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>看守所</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>法院</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>商業</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>股票</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>比武大會</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>游戲</b></a><br> <a href="http://www.wf0088.com" target=_blank><b>漂流瓶</b></a><br> </td></tr> </table> </td></tr> </table> </td></tr> </table> </div> </div> <script language = "javascript"> <!-- if(ie){var sidemenu = document.all.master;} if(ns){var sidemenu = document.master;} function FixY(){ if(ie){sidemenu.style.top = document.body.scrollTop+10} if(ns){sidemenu.top = window.pageYOffset+10} } setInterval("FixY()",100); //--> </script>
所屬頻道:
菜單導航特效
/
更新時間:2011-02-23
[收藏]
[報錯]
[返回列表]
相關
菜單導航特效
:
CSS+div+js組合強大實現超酷菜單
超酷仿GOOGLE首頁導航菜單效果
仿網易的滑動門技術DIV+CSS實現
仿藍色理想網站的導航菜單
鼠標觸及帶邊框菜單
用JS實現的類似框架的鏈接導航模式
CSS立體層
右鍵彈出菜單
純css的導航下拉菜單
隱藏菜單效果
css模擬title和alt的提示效果
下拉菜單鏈接頁面打開方式選擇
菜單導航特效Rss訂閱
特效代碼搜索
菜單導航特效推薦
CSS豎排選項卡Tab
五角星菜單
DIV+CSS滑動門(仿網易)
鼠標右鍵菜單,仿系統
藍白相間純CSS懸停立體效果導航菜單
會自動循環播放的選項卡
仿門戶網騰訊的頭部導航菜單
圓角豎向的CSS折疊菜單
金屬感不錯的仿Vista導航欄
豎向折疊的CSS滑動菜單
猜你也喜歡看這些
JS模擬Windows的圖片放大特效
左右可控的JS圖片幻燈
圖片的漸顯播放效果的代碼
圖片友情鏈接滾動,橫向,帶控制按鈕
4張圖片滾動切換效果
Js動態改變圖片的透明度
Flickr照片分享網的圖片預覽特效
JavaScript偽3D輪播圖片幻燈切換代碼
JS橫向圖片滾動代碼,帶停頓,滾滾停停
仿淘寶星級評分的CSS代碼
相關鏈接:
復制本頁鏈接
|
搜索顯示隱藏的導航菜單
特效說明:
菜單導航模板
-
顯示隱藏的導航菜單
。