Tagged Questions
37
votes
7answers
921 views
How should you show that an accordion is expanded?
When you have an accordion, you need some way of showing the current state is expanded.
There are a number of different ways of handling this, and each is used by a number of respected websites and ...
4
votes
3answers
700 views
What is the correct usage for toggling triangle icons (down/up) on a click-to-reveal link?
I'm working on a UI where users can toggle a button to show or hide a div. On the 1st click, the div appears below the button with a slide-down effect. On 2nd click, the div slides up to hide.
...
12
votes
4answers
2k views
Which way should arrows point in a collapsible accordion? Left/down … down/up?
What is the best way to indicate that it's possible to open and close an element accordion-style?
Arrow pointing left/arrow pointing down
Arrow pointing down/arrow pointing up
Plus sign/minus sign
… ...