Im gonna use some kind of accordion javascript (you click a button and some content appears), Id like to know from an UI/ergonomic standpoint what's the best orientation of the expanded state?
- the button moves down as the content becomes visible (UP)
- the content beside the button (DOWN)
side questions:
- Will the page auto-scroll?
- What's the best lightweight script
for that kind of thing?
(not library/framework dependent and for several buttons)