Log in

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



xxgattacaxx
10-01-2008, 04:37 PM
1) Script Title: Drop down/ Overlapping Content script

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/overlapcontent.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.

ddadmin
10-01-2008, 06:54 PM
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:


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

xxgattacaxx
10-02-2008, 12:36 PM
When I add the code you suggest the drop down menu button fails to work.