deck

Name

deck -- Box container that displays one child element at a time

Additional Attributes

selectedIndex

Description

deck uses the attribute selectedIndex to determine which child element to display. The others are hidden until they are displayed by index. deck is often used dynamically via the DOM to cycle through child elements, such as buttons.

See Also

stack