本文實(shí)例講述了JS+CSS實(shí)現(xiàn)另類(lèi)帶提示效果的豎向?qū)Ш讲藛巍7窒斫o大家供大家參考。具體如下:
這是一款JS+CSS打造另類(lèi)帶提示的豎向?qū)Ш讲藛危X(jué)得挺不錯(cuò),只是美工水平有限,有興趣的朋友就請(qǐng)繼續(xù)完善吧。
運(yùn)行效果截圖如下:

在線演示地址如下:
http://demo.VeVB.COm/js/2015/js-css-alert-txt-nav-menu-demo/
具體代碼如下:
<html><head><title>帶提示的豎向?qū)Ш讲藛?lt;/title><style type="text/css">#coolmenu{border: 1px solid black;width: 160px;background-color: #E6E6E6;}#coolmenu a{font: bold 13px Verdana;padding: 2px;padding-left: 4px;display: block;width: 100%;color: black;text-decoration: none;border-bottom: 1px solid black;}html>body #coolmenu a{width: auto;}#coolmenu a:hover{background-color: black;color: white;}#tabledescription{width: 100%;height: 3em;padding: 2px;filter:alpha(opacity=0);-moz-opacity:0;}</style><script type="text/javascript">var baseopacity=0function showtext(thetext){if (!document.getElementById)returntextcontainerobj=document.getElementById("tabledescription")browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""instantset(baseopacity)document.getElementById("tabledescription").innerHTML=thetexthighlighting=setInterval("gradualfade(textcontainerobj)",50)}function hidetext(){cleartimer()instantset(baseopacity)}function instantset(degree){if (browserdetect=="mozilla")textcontainerobj.style.MozOpacity=degree/100else if (browserdetect=="ie")textcontainerobj.filters.alpha.opacity=degreeelse if (document.getElementById && baseopacity==0)document.getElementById("tabledescription").innerHTML=""}function cleartimer(){if (window.highlighting) clearInterval(highlighting)}function gradualfade(cur2){if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.2, 0.99)else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)cur2.filters.alpha.opacity+=20else if (window.highlighting)clearInterval(highlighting)}</script></head><body><div id="coolmenu"><a href="#" onMouseover="showtext('精品腳本代碼下載!')" onMouseout="hidetext()">開(kāi)始吧</a><a href="#" onMouseover="showtext('常用特效收集與發(fā)布')" onMouseout="hidetext()">網(wǎng)頁(yè)特效</a><a href="#" onMouseover="showtext('網(wǎng)站地圖索引')" onMouseout="hidetext()">資源分類(lèi)</a><a href="#" onMouseover="showtext('最新更新的資源')" onMouseout="hidetext()">最新更新</a><a href="#" onMouseover="showtext('網(wǎng)站最熱的下載')" onMouseout="hidetext()">下載排行</a><div id="tabledescription"></div></div></body></html>希望本文所述對(duì)大家的JavaScript程序設(shè)計(jì)有所幫助。
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注