Results 1 to 2 of 2

Thread: Any Link Menu help

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

    Default Any Link Menu help

    1) Script Title: Any Link Drop Down Menu

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

    3) Describe problem: I finally figured out how to customize the script but on one of my drop down menus has more than 4 choices. I added them to the script but they don't show up on the website - Just 4. What special thing am I supposed to do to get more choices added? A visual sample would be great.
    Thanks
    yarbro53

  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

    Code:
    var menu2=new Array()
    menu2[0]='<a href="http://cnn.com">CNN</a>'
    menu2[1]='<a href="http://msnbc.com">MSNBC</a>'
    menu2[2]='<a href="http://news.bbc.co.uk">BBC News</a>'
    menu2[3]='<a href="http://codingforums.com">Coding Forums</a>'
    menu2[4]='<a href="http://www.cssdrive.com">CSS Drive</a>'
    - 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
  •