• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Free JavaSccript codes

Good and Nice JavaScripts

2 level Horizontal Tab Menu

A CSS based tab JavaScript menu that supports a secondary level of JavaScript menu items. Both levels are... detail


How to setup

Step 1: Place CSS below in your HEAD section
CSS
Code:
<link rel="stylesheet" type="text/css" href="2leveltab.css">
	<!--
    	This script downloaded from www.JavaScriptBank.com
    	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
	-->

Step 2: Place JavaScript below in your HEAD section
JavaScript
Code:
<script type="text/javascript" src="2leveltab.js"></script>
	<!--
    	This script downloaded from www.JavaScriptBank.com
    	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
	-->

Step 3: Copy & Paste HTML code below in your BODY section
HTML
Code:
<ul id="maintab" class="basictab">
<li><a href="http://www.javascriptbank.com">Home</a></li>
<li class="selected" rel="tutorials"><a href="#">Tutorials â–¼</a></li>
<li rel="references"><a href="#">References â–¼</a></li>
<li><a href="http://www.javascriptbank.com">JavaScripts</a></li>
</ul>

<div id="references" class="submenustyle">
<a href="http://www.javascriptbank.com">JavaScript Reference</a>
<a href="http://www.javascriptbank.com">DOM Reference</a>
<a href="http://www.javascriptbank.com">CSS 
Reference</a>

</div>

<div id="tutorials" class="submenustyle">
<a href="http://www.javascriptbank.com">JavaScript Tutorials</a>
<a href="http://www.javascriptbank.com">DHTML &amp; CSS Tutorials</a>
<a href="http://www.javascriptbank.com">Web Building tutorials</a>
<a href="http://www.javascriptbank.com">htaccess Tutorial</a>
</div>


<script type="text/javascript">
//initialize tab menu, by passing in ID of UL
initalizetab("maintab")

</script>
	<!--
    	This script downloaded from www.JavaScriptBank.com
    	Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
	-->

Step 4: must download files below
Files
2leveltab.css
2leveltab.js

Copyright said:
The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.​
 
Back
Top