Extended jQuery Gooey Menu with Dropdown
1) Script Title: Extended jQuery Gooey Menu with Dropdown
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/gooeymenu.htm
3) Describe problem:
Hi There,
Please help me for adding new dropdown menu in this script or wherever need changes in css or js file.
I am using jQuery Gooey Menu uses the popular "lava lamp" effect to create CSS menus with a moving gooey background effect using GEL BUTTON.
I want to add a dropdown menu with this menu.
Code for want to use dropdown in this menu.
HTML Code:
<div class="header">
<ul id="gooeymenu2" class="solidblockmenu">
<li><a href="index.html">Home</a></li>
<!--Here i want to use drop down menu -->
<li><a href="about_us.html">About Us</a></li>
<li><a href="objective.html">Objective</a></li>
<li><a href="member.html">Member</a></li>
<li><a href="funding.html">Funding / Legal Status</a></li>
<li><a href="donation.html">Donation</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
<script type="text/javascript">
gooeymenu.setup({id:'gooeymenu2', selectitem:0, fx:'easeOutBack'})
</script>
</div><!--/ div class="header" -->
for example where i want to use this menu : http://www.ajks.org/
Thanks.