I am currently working on a project and I want to create a HTML help page to provide my users with help and advice on how to use the app.
What I want to achieve is a tree layout so along the left hand side it has all the titles with a plus symbol next to it. Then when the user clicks on the plus button or on the text it expands with related content to that section. If the user then clicks it again, then all of the items that were shown are now re-hidden.
I haven’t been able to find any decent tutorials on how I can do this.
Thanks for any help you can provide.
I took a few moments to build up a quick tree system as you described. Fun little exercise. Copy and paste, open in your browser (I’m using FireFox). Change the +/- symbols in the DIV tags to images if you like. Adjust the CSS margins and paddings to make it all fit seamlessly. Hope this helps.
Good Luck.