Results 1 to 2 of 2

Thread: Anylink drop down with graphic titles?

  1. #1
    Join Date
    Jul 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Anylink drop down with graphic titles?

    1) Script Title: AnyLink Drop Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:

    How do you customize this script so that it works with image links, instead of text links?

    I have a title graphic representing each topic of my site, and I would like to see if I can have the drop down menu activate from mousing over those instead of text links.

    Thanks!

    JJ

  2. #2
    Join Date
    Apr 2006
    Posts
    429
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    try this:
    HTML Code:
    <a href="default.htm" onClick="return clickreturnvalue()" 
    onMouseover="dropdownmenu(this, event, menu1, '150px')" 
    onMouseout="delayhidemenu()"><img src="someimage.jpg"></a>
    Please don't mind me. I am just posting a lot of nonsense.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •