Results 1 to 3 of 3

Thread: Adapting the Chrome Menu Drop Down

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

    Lightbulb Adapting the Chrome Menu Drop Down

    1) Script Title: Chrome Drop Down Menu v2.01

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

    3) Describe problem: I've used DD's chrome drop down menu to good effect but notice that only the sub menu items, not the main item, enable you to link to pages. Is it possible to adapt the script so that the sub menu items AND the main item are links? How would one go about doing this?

    many thanks

    tribeka

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Alright, right here:
    Code:
    <li><a href="#" rel="dropmenu1">Resources</a></li>
    <li><a href="#" rel="dropmenu2">News</a></li>
    The highlighted should be changed to the link.
    Jeremy | jfein.net

  3. #3
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Cheers Nile.

    I just found the answer on an earlier post. Turns out in the .js file I needed to change disablemenuclick to false. Thanks all the same for your feedback. It's a real treat to have a community of talented coders at our fingertips.

    Tribeka

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
  •