Example: Create Expandable Sections with DHTML
You can use Dynamic HTML (DHTML) to create expandable sections in your HTML files. This can be helpful when you document screen shots and other items that occupy a large amount of screen space. Expandable sections give the user more control over the display of such elements, letting them display them as needed.
There are three steps to creating expandable sections:
- Create the tag that will contain the contents for each section.
- Insert the JavaScript code.
- Update your style sheet to reflect the new section.
Note
You can use this example with both uncompiled HTML files and compiled help (.chm) files.
Related topics