Forum Moderators: open
<sorry, no example pages -
see Terms of Service [webmasterworld.com]>
and notice when you click on options in the left column its displayed in the right column.
How did they do that?
I would like to do the same for my site.
[edited by: tedster at 9:04 pm (utc) on Feb. 2, 2005]
That sounds like a DHTML technique called "show hide divs" - a combination of javascript and css.
Each of the descriptions is in its own separate div, initially set to "visibility:hidden".
The links activate a javascript function that switches the appropriate div to visibility:visible; and swithches any other description div that was visible back to visibility:hidden;