Awesome js navigation menu

Source: Internet
Author: User
Tip: you can modify some code before running

Awesome js navigation menu effect this article provides a js navigation menu for free. If you like this menu, download it, let's take a look at the pull-down effect.<style>.BorderOn { width:90px; margin-left:10px; border:1px solid #456789 }.BorderOff { width:90px; margin-left:0px; border:1px solid #444444 }A.mBlue:link {color:#00CCFF; text-decoration:none;}A.mBlue:visited {color:#00CCFF; text-decoration:none;}A.mBlue:active {color:#00CCFF; text-decoration:none;}A.mBlue:hover {color:#FF0000; text-decoration:underline;}A.mGreen:link {color:#00FF80; text-decoration:none;}A.mGreen:visited {color:#00FF80; text-decoration:none;}A.mGreen:active {color:#00FF80; text-decoration:none;}A.mGreen:hover {color:#FF0000; text-decoration:underline;}A.mYellow:link {color:#FFFF00; text-decoration:none;}A.mYellow:visited {color:#FFFF00; text-decoration:none;}A.mYellow:active {color:#FFFF00; text-decoration:none;}A.mYellow:hover {color:#FF0000; text-decoration:underline;}</style></head><body> <script language="JavaScript">OffMessage = "Welcome to this site<br>Free download is provided here! "<!--鼠标离开时的显示信息-->Function boxOn (which, message ){<!--打开导航菜单-->If (document. all | document. getElementById) {which. className = 'borderon ';<!--将当前对象打开-->If (document. getElementById) {document. getElementById ("Message"). innerHTML = message<!--同时设置提示窗口的文字显示-->} Else {Message. innerHTML = message;<!--同时设置提示窗口的文字显示-->}}} Function boxOff (which ){<!--离开导航菜单-->If (document. all | document. getElementById) {which. className = 'borderoff ';<!--将当前对象关闭-->If (document. getElementById) {document. getElementById ("Message"). innerHTML = offMessage<!--同时设置提示窗口的文字显示-->} Else {Message. innerHTML = offMessage;<!--同时设置提示窗口的文字显示-->}}}</script><table cellpadding="0" cellspacing="0" width="100"><tr><td align="center"><table cellpadding="3" cellspacing="0" bgcolor="#FFCC66" class="BorderOff"><tr><td><p align="center"><font color="#808080" size="2">Home page navigation</font></p></td></tr></table><table cellpadding="3" cellspacing="0" class="BorderOff" onMouseover="boxOn(this,'周杰伦<br>周华健<br>游鸿明<br>陶
提示:您可以先修改部分代码再运行

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.