jeepville
06-07-2011, 08:24 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 the rollover function of the script to drop down a menu but I would like the text that is being rolled over to also be clickable to send you to a link.
for example "About Us" you roll over and it drops a menu with all the links for about us (have this part working fine) I want to be able to click on "About Us" and have it take me to generic aboutus.html
[code]<a href="aboutus.php" class="MenuLight" id="searchlink2" rel="subcontent2" rev="maboutus.php">About Us [code]
I have that and it shows a hand and looks like if you click it will take you to aboutus.php not the drop down, but click does nothing.
This is my init section
[code]dropdowncontent.init("searchlink2", "right-bottom", 10, "mouseover")[code]
Drop down/ Overlapping Content script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
3) Describe problem:
I am using the rollover function of the script to drop down a menu but I would like the text that is being rolled over to also be clickable to send you to a link.
for example "About Us" you roll over and it drops a menu with all the links for about us (have this part working fine) I want to be able to click on "About Us" and have it take me to generic aboutus.html
[code]<a href="aboutus.php" class="MenuLight" id="searchlink2" rel="subcontent2" rev="maboutus.php">About Us [code]
I have that and it shows a hand and looks like if you click it will take you to aboutus.php not the drop down, but click does nothing.
This is my init section
[code]dropdowncontent.init("searchlink2", "right-bottom", 10, "mouseover")[code]