Results 1 to 2 of 2

Thread: Chrome CSS Drop Down Menu

  1. #1
    Join Date
    Nov 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome CSS Drop Down Menu

    When using this script:
    http://www.dynamicdrive.com/dynamici...rome/index.htm

    The links with sub menu drop downs are not click able. How can I make them so they are click able links?

  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

    In the configuration area near the top of the chrome.js script you will see this:

    Code:
    disablemenuclick: true, //when user clicks on a menu item with a drop down menu, disable menu item's link?
    change it to:

    Code:
    disablemenuclick: false, //when user clicks on a menu item with a drop down menu, disable menu item's link?
    - 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
  •