Expansion of dropdown on a web page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • developerquery
    New Member
    • Jun 2012
    • 17

    Expansion of dropdown on a web page

    Example

    www.microsoft.c om/visualstudio/eng/download

    On the above site there are 5 main headings if a user clicks on any plus symbol then the entire detail comes, what is it called?
    How to achieve this through html and css?
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    that's an 'accordion' - most common javascript libraries give you the possibility to create such things. like this: http://jquery.bassistance.de/accordion/demo/ one, for example.

    Comment

    Working...