| If your web site has more than a handful of pages, | | | | menu is opened revealing links to other pages. |
| you will have to split them into sections so that you | | | | Using web design features such as drop down menus |
| do not overwhelm your visitors. However, this means | | | | may be useful if you need people to access every |
| that you have to think wisely about your navigation | | | | single page of a site from the navigation bar. Web |
| bar. You need to decide how to allow visitors to go | | | | design solutions such as Javascript and DHTML were |
| to each page within your web site without being | | | | once used to make drop down menus. But they are |
| given too many choices at a time. A good solution is | | | | very complicated to set up and are also inaccessible |
| to use web design features such as the drop down | | | | to many disabled people. Also, it does not help to |
| menus. These are like a normal menu but | | | | achieve a good ranking in Google. A much better |
| thereâs something special about them. When | | | | way to create drop down menus can be achieved |
| you move your mouse pointer over them, a sub | | | | using CSS web design standards. |