I have a question about using .net with a dynamicdrive javascript dropdown.
Currently the code works fine and drops a menu down below the image of my navigation bar. here is the code:
My question is that I would like the image to ALSO be a link in addition to having the drop down menu. Any suggestions are appreciated! Thanks!
Currently the code works fine and drops a menu down below the image of my navigation bar. here is the code:
Code:
<span class="navbutton"><a onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '172px')" onMouseout="delayhidemenu()"> <asp:image runat="server" id="ServicesButton" ImageUrl="~/images/ServicesButton.png" url="~/offerings.aspx" href="services.aspx/></a>
Comment