I've made a nav menu for my site but I've now been asked to turn it into a dropdown menu. I'd like to make it a horizontal submenu and after giving it a try on my own I found a wysiwyg program that lets you design it and spits out the code. Here's the result
Problem is, I'd like to put it into my existing site and I obviously don't want it to be a stand-alone page. The way my site is currently set up it pulls the header in from an .asp file using
<!--#include virtual="incTopbike.asp"-->
I tried to add the new menu code to that .asp file but the submenu wasn't showing up as a horizontal submenu.
How do I add it to my website which can be seen here?
Any help is much appreciated,
Thanks!