Results 1 to 2 of 2

Thread: Clicking on the main link in chromemenu

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

    Default Clicking on the main link in chromemenu

    1) Script Title: chrome menu

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

    3) Describe problem:
    Hi,

    I am trying to make the links in the menu itself clickable. It looks like if a link like Resources (in your example) has a drop-down menu. The resources link itself can't get clicked for some reason.

    I need to be able to click on Resources as well as display a drop-down menu with more links. What could be causing this?

    Thanks,
    -Roman

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Find this snippet on chrome.js:
    Code:
    disablemenuclick: true, //when user clicks on a menu item with a drop down menu, disable menu item's link?
    Highlighted could either be true or false.
    When set to true, then the menu that has a drop-down is disabled.
    When set to false, then otherwise.

    Hope it makes sense.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •