Results 1 to 2 of 2

Thread: AnyLink JS Drop Down Menu v2.2 - Title addition to links

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

    Default AnyLink JS Drop Down Menu v2.2 - Title addition to links

    1) AnyLink JS Drop Down Menu v2.2

    2) http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) in my menu content's for some of the links I want to add title="some description", as I have abbrevations of my project in the menu" I want to know how I can add title attribute to some of the menu entries. nothing but, onmouseover, it should show the description given in title attribute of <a> tag.

    Awaiting for the reply.

    thanks
    indraveni

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Use this slightly modified version of the main script:

    Attachment 2901

    With it you may add a title to any or all array entries in your menucontents.js file, ex:

    Code:
    var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
    anylinkmenu1.items=[
    	["Dynamic Drive", "http://www.dynamicdrive.com/", "Dynamic Scripts and Styles!"],
    	["CSS Drive", "http://www.cssdrive.com/"],
    	["JavaScript Kit", "http://www.javascriptkit.com/"],
    	["Coding Forums", "http://www.codingforums.com/"],
    	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
    ]
    You may still use "efc" there to indicate End For Column, or if using a title and ending the column, just add the "efc" token after the title, ex:

    Code:
    ["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "My Title", "efc"],
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •