This design pattern is part of the Mobile Design Patterns series.
Contents |
List of main navigation links at the bottom of the page, as shown in the screenshots below, is called a Repeated Menu.
Sophisticated mobile optimized are webpages built so that the whole web page can be accommodated in one screen itself. However, many times, the webpage is long to be displayed in a single screen as shown in screenshots.
In such circumstances, the user needs to scroll down to see the complete content of the website. To provide the user the flexibility - not to scroll back to the top again, but to access navigation links from the bottom of the page, Repeated menu is worth using.
Since this is not a primary navigation component, but only a simple component to enhance end user experience, it can be simple links in a line. Generally these lines are separated by "|" as shown below.
Some mobile optimized website do have a repeated menu in the form of vertical links as shown in screenshot below. A class of designers (particularly mobile designers) prefer the vertical repeated menus because user can access them while scrolling and do not need to switch to other arrow key.
--Submitted by Croozeus 01:18, 12 May 2009 (EEST)
No related wiki articles found