Results 1 to 3 of 3

Thread: Drop down/ Overlapping Content script and F-Source web menu for Dreamweaver.

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

    Default Drop down/ Overlapping Content script and F-Source web menu for Dreamweaver.

    1) Script Title: Drop down/ Overlapping Content script

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

    3) Describe problem: I am using F-Source Web Menus for Dreamweaver (http://f-source.com/web-menu/multicolor/). I would like to be able to have the drop down content work from the menu buttons. In other words I would like the text in the menu button to be the anchor for the drop down content. Any chance that would work? Thank you.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I'm not familiar with F-Source, but in general, if the main menu items for it are exposed as regular <a> links on the page, you should be able to just insert the two necessary attributes inside them to make them anchors for the Drop Down Content script:

    Code:
    <a href="http://www.dynamicdrive.com/resources/" id="contentlink" rel="subcontent2">Additional Resources</a>
    DD Admin

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

    Default

    When I add the code you suggest the drop down menu button fails to work.

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
  •