mensendamp
01-24-2007, 06:48 PM
1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I have a new website and would like to implement the drop down menu script into the existing navigation I have. They are images, how do I implement this script without changing the look of my nav?
Below is the code on the site I am using for my section.
Any advice would be greatly appreciated! :)
Can you please tell me the best way implement these into the menu I have:
<div id="menu">
<ul>
<li><a href="subpage1.html" id="menu1" accesskey="1" title=""><span>About Us</span></a></li>
<li><a href="#" id="menu2" accesskey="2" title=""><span>Services</span></a></li>
<li><a href="subpage2.html" id="menu3" accesskey="3" title=""><span>Portfolio</span></a></li>
<li><a href="#" id="menu4" accesskey="4" title=""><span>Contact</span></a></li>
</ul>
</div>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I have a new website and would like to implement the drop down menu script into the existing navigation I have. They are images, how do I implement this script without changing the look of my nav?
Below is the code on the site I am using for my section.
Any advice would be greatly appreciated! :)
Can you please tell me the best way implement these into the menu I have:
<div id="menu">
<ul>
<li><a href="subpage1.html" id="menu1" accesskey="1" title=""><span>About Us</span></a></li>
<li><a href="#" id="menu2" accesskey="2" title=""><span>Services</span></a></li>
<li><a href="subpage2.html" id="menu3" accesskey="3" title=""><span>Portfolio</span></a></li>
<li><a href="#" id="menu4" accesskey="4" title=""><span>Contact</span></a></li>
</ul>
</div>