Question : ASP

Can someone show me how to add a submenu drop down on a mouse over of one of the horizontial menu items.

This is in a header.asp  which I "include" on my .asp page
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<div class="header">
<div id="headerIMG">| 
<span id="headerTXT"><a href="/source/default.asp">Home</a></span>&nbsp;
<span id="headerTXT"><a href="/source/products.asp">Products</a></span>&nbsp;
<span id="headerTXT"><a href="/source/products.asp">Price List</a></span>&nbsp;
<span id="headerTXT"><a href="/source/policies.asp">Services</a></span>&nbsp;
<span id="headerTXT"><a href="/source/shipping.asp">Shipping</a></span>&nbsp;
<span id="headerTXT"><a href="/source/sf2u_training/sf2uTrainingVideo/sf2uTrainingVideo.htm"target="_blank">Video</a></span>&nbsp; 
<span id="headerTXT"><a href="/source/contact.asp">Contact Us</a>&nbsp;&nbsp;&nbsp;</span></div>
</div>

Answer : ASP

Here is the one I used when I created a new menu for my yet to be deployed site.  

http://www.cssmenumaker.com/drop_down_css_menu.php
Random Solutions  
 
programming4us programming4us