View Full Version : 2 level Menu Help
Mehok
04-16-2008, 11:23 AM
I have a horizontal menu that i am using in my site
i would some of the buttons that have a sub menu to reveal a new nav bar inderneath
i have tried using visibility tags but i might be worng
can someone make a sample one for me to study from
Please and thank you
Medyman
04-16-2008, 12:52 PM
Have you seen the DD menus?
http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
Mehok
04-17-2008, 10:26 AM
now i have but i am not sure how this can help since i want the options to dissapear after rolling off the screen
I dont mind using some java script for it
an example of my menu is
<div id="navmenu">
<ul id="nav">
<li><a href="#" class="current">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Products</a></li>
<ul>
<li><a href="#">Personal Computers</a></li>
<li><a href="#">Web Site Templates</a></li>
<li><a href="#">something</a></li>
</ul>
<li><a href="#">Services</a></li>
<ul>
<li><a href="#">Website Design</a></li>
<li><a href="#">Graphics Design</a></li>
<li><a href="#">Logo Design</a></li>
<li><a href="#">stationary Design</a></li>
<li><a href="#">Photograph Repair</a></li>
</ul>
<li><a href="#">Download</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
Medyman
04-17-2008, 12:27 PM
Hmm, I don't think that would be too hard to do.
Just for consistency sake though, I'd recommend that you post this issue in the "Dynamic Drive scripts help (http://dynamicdrive.com/forums/forumdisplay.php?f=2)" forum and I"m sure ddadmin or someone else might have a handy solution for you.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.