The question of having each header not only expand sub content, but also act as a link itself has come up many times on the forums already actually. By default the script will disable any link in the header if it's set to expand onClick (versus onMouseover). This is just a sensible design choice IMO, but if you want to override this, inside the .js file, comment out the following line (via the code in red):
Code:
// return false //cancel default click behavior
A more reasonable approach IMO would be to just change the reveal type of the headers to onMouseover. See this thread: http://www.dynamicdrive.com/forums/s...ad.php?t=33741
Bookmarks