1) Script Title: Contractible Headers
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate2.htm
3) Describe problem: I'm wondering if it's possible to have the plus signs turn to minus signs once they are clicked on and expanded.
I have my content and titles (two images for titles - one with plus and one with minus) as two different div classes.
Title CSS:
Content CSS:Code:.rb_title { background-image: url(../images/rb_title-plus.png); (or rb_title-minus.png for a minus sign) width: 190px; height: 23px; padding: 7px 0px 0px 10px; margin-top:7px; margin-bottom:3px; font: 14px Arial, Sans-Serif; font-weight: bolder; color: #FFFFFF; cursor:pointer; }
Thanks!Code:.rb_content { width: 190px; margin: 0 auto; }



Reply With Quote
"Contractible Headers" script is actually based on an older version of mentioned script, but the new one contains numerous new features, including what you're asking.

Bookmarks