Javascript & using the Dropdown Class

M

mvturner7

I am viewing the web page
http://office.microsoft.com/en-us/assistance/HA011497011033.aspx and I want
to create a FAQ page using the technique shown here. They have a link and
when you click on it, the information then drops down. You click the link
again and the information contracts.

I know how to view the code on the page, but I am looking to find out where
to get the class, dropdown, information at? Or if anyone knows of another
way to create this type of page that would be great.

Thank you
Matt
[email protected]
 
P

p c

It is done with CSS and javascript. Lokkin style, javascript, and div
tags that relate to hide and show.

...PC
 
Top