Dynamic Page Elements-Cloak and Dagger Web Design - Collapsible Page Elements
(Page 7 of 10 )
One less common use of dynamic elements is to only show and hide certain parts of the page, for example a right hand extra navigation or additional information in a list of products.
Unless we add extra information this way, we don't have a case of content overload. The only remaining things to keep in mind are:
1. Not maintaining the current state
Once users have chosen to hide or show a certain page element, they should not have to repeat their decision on each following page. We should ensure the state is kept in a cookie or some other mean of data storage.
2. Jumpy display
Unless we show and hide the element via including it or not on the backend, there will be a brief moment when the element is visible before it gets hidden. This is nothing serious, but users can be confused and annoyed.
3. Unknown functionality
We need to tell users that they can hide and show this part of the page, or that there is extra information.
Next: Tooltips and Hidden Extra Information >>
More Design Usability Articles
More By Christian Heilmann