.net with javascript drop down menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrod11
    New Member
    • Apr 2009
    • 49

    .net with javascript drop down menu

    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:

    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>
    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!
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Have you tried to use an ImageButton instead of an Image?

    -Frinny

    Comment

    Working...