startExpandCollapse: How do I change appearance of title?
Posted: Thu Apr 27, 2006 9:28 pm
Okay, another question that's probably obvious to everyone but me... 
I'm having a lot of fun with the ExpandCollapse tags, but I can't seem to change the appearance of the title for the collapsing section. The instructions say:
... it just changes the appearance of the text within the collapsing section.
You can see what I mean on my test page:
http://birthingway.org/test/index.php?page=faq
(I've put the different categories in the Glossary module inside each collapsing section.)
Thanks always for help!
I'm having a lot of fun with the ExpandCollapse tags, but I can't seem to change the appearance of the title for the collapsing section. The instructions say:
...but what element of the div do I need to set? If I write something like:The look of the title can be changed via css. The title is wrapped in a div with the id you specify.
Code: Select all
div#midwifery {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: 1.5em;
}You can see what I mean on my test page:
http://birthingway.org/test/index.php?page=faq
(I've put the different categories in the Glossary module inside each collapsing section.)
Thanks always for help!