Click here to Skip to main content
15,885,914 members
Articles / Programming Languages / Javascript

Tree Menu Navigation

Rate me:
Please Sign up or sign in to vote.
4.83/5 (82 votes)
30 Sep 2003CPOL 212.2K   6.8K   92  
This is a cool navigation menu. Easy to setup, clean and cross-browser compatible.
<html>

<head>
	<title>Tree Menu</title>
	<link rel='stylesheet' href='tree.css'>
	<script language="javascript" src="tree.js"></script>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table border=0 cellpadding='10' cellspacing=0><tr><td>

<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><a id="xproducts" href="javascript:Toggle('products');"><img src='folder.gif' width='16' height='16' hspace='0' vspace='0' border='0'></a></td><td><b>Webpage Add-ons</b></table>
	<div id="products" style="display: none; margin-left: 2em;">
			<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.industriavirtual.com.br/homepage.asp?code=modulos&subcode=zineedit" target="master">Zine-Edit</a></td></tr></table>
			<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.industriavirtual.com.br/homepage.asp?code=modulos&subcode=shopcart" target="master">Shop-Cart</a></td></tr></table>
				<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><a id="xspecs" href="javascript:Toggle('specs');"><img src='folder.gif' width='16' height='16' hspace='0' vspace='0' border='0'></a></td><td><b>Communications</b></table>
					<div id="specs" style="display: none; margin-left: 2em;">
							<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.industriavirtual.com.br/homepage.asp?code=modulos&subcode=newsletter" target="master">NewsLetter</a></td></tr></table>
							<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.industriavirtual.com.br/homepage.asp?code=modulos&subcode=consulta" target="master">e-Mail2Phone</a></td></tr></table>
					</div>
			<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.industriavirtual.com.br/homepage.asp?code=modulos&subcode=postcard" target="master">Online PostCards</a></td></tr></table>
	</div>

<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><a id="xsupport" href="javascript:Toggle('support');"><img src='folder.gif' width='16' height='16' hspace='0' vspace='0' border='0'></a></td><td><b>Search Engines</b></table>
	<div id="support" style="display: none; margin-left: 2em;">
		<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.hotbot.com" target="master">HotBot</a></td></tr></table>
		<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.yahoo.com" target="_blank">Yahoo!</a></td></tr></table>
		<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="http://www.altavista.com" target="_top">Altavista</a></td></tr></table>
	</div>

<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><a id="xcontact" href="javascript:Toggle('contact');"><img src='folder.gif' width='16' height='16' hspace='0' vspace='0' border='0'></a></td><td><b>Contact Us</table>
	<div id="contact" style="display: none; margin-left: 2em;">
		<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="mailto:info@industriavirtual.com.br">Marcelo Franco</a></td></tr></table>
		<table border=0 cellpadding='1' cellspacing=1><tr><td width='16'><img src='text.gif' width='16' height='16' hspace='0' vspace='0' border='0'></td><td><a href="mailto:ique@bmrio.com.br">Luiz Henrique</a></td></tr></table>
	</div>

<p><a href="javascript:Expand();">Expand All - </a><a href="javascript:Collapse();">Collapse All</a>

</td></tr></table>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer Industria Virtual
Brazil Brazil
Taylor made web applications for you and your business.

Comments and Discussions