Web Analytics Made Easy -
StatCounter Pop-it Menu Assistance - CodingForum

Announcement

Collapse
No announcement yet.

Pop-it Menu Assistance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pop-it Menu Assistance

    Hello all,
    I have installed the "Pop-it Menu" from the following URL: http://www.dynamicdrive.com/dynamicindex1/popit.htm

    I am having trouble calling the script from an image, rather than a text link. The page I have installed it on is here: http://www.7thcode.com/temp/naliptest.htm

    You'll see "keynote speakers", "Interviews", "Gala Event", etc. I would like to use those image links to pop up the menu. But, how do I do this?

    Thanks for your assistance.

  • #2
    Try replacing the text within your anchor with the image.

    eg:

    From:
    <a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Webmaster Links</a>


    To:
    <a href="#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()"><img src="MY_IMAGE.jpg"></a>


    .....Willy

    Comment


    • #3
      Thanks

      Yea, I already figured it out. Thanks for taking the time to reply!

      Comment

      Working...
      X