Collapsable paragraphs...

  • Thread starter Thread starter Rlrcstr
  • Start date Start date
R

Rlrcstr

How would one implement collapsable paragraphs of text in an HTML page? I
want the sections of the document to be expandable for full text or
collapsed into just the section heading. Any help is appreciated.

Jerry
 
Javascript is the way to go. You could use it to swap classes (styles) from
visible to hidden.
 
I'm not sure I can rely on the end user having a JVM... Any way to do this
with DHTML?
And if you could point me to an example, that would be great. I'm a bit new
to the web side of things. Thanks.
 
Thanks for the response, Bruce, but it doesn't really mean much to me. I'm
still a student of this stuff. Can you give me a little more to go on?
 
DHTML is using javascript to control css and or html elements, not a java
virtual machine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top