Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu

  1. #1
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu

    1) Script Title: AnyLink Drop Down Menu

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

    3) Describe problem: "You can specify a valid default URL for each link for other browsers to navigate to." This option does not seem to work on the provided URL or the pages I am using the script on.


    Thanks soo much for having all the useful scripts available.

    I LOVE Dynamic Drive!!!

    (removed [onClick="return clickreturnvalue(true)"])
    Last edited by jarmerson; 10-10-2008 at 04:51 PM. Reason: found answer

  2. #2
    Join Date
    Oct 2008
    Location
    Chicago
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Further question on any link drop down and default url

    Wow! I feel as if I have found the mother lode of code goodies!!

    Just redid our website in css with php inserts...not bad for being all self taught at the age of 51...didn't know html 3 years ago!

    OK... this dynamic stuff is all new to me, but I REALLY need a drop down script.

    Are you saying that you removed the onClick="return clickreturnvalue() from the first script in the Script 2 box?

    Is "default.htm" where I put the default url?

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Yep, to have the anchor link actually work as a regular link when clicked on instead of reveal the drop down menu, you'd remove the code in red inside it:

    Code:
    <a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>
    DD Admin

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
  •