I made a modification so users can click the caption instead of the arrow image:
Code:
<div class='panel'><p onClick="expandit(this);"><a href="#">{option}</a></p><script>document.write("<div style=\'display:none;\'>");</script><noscript><div></noscript><br><table class='vbmenu_popup'><tr><td> <td>{param}</td><td> </td></tr></table><br></div></div>
are there any downsides to making this change?
How do I make a default [hide][/hide] that would have the caption: "click to reveal spoiler"?