Skip to content Skip to sidebar Skip to footer

What Is The Best Way To Display A Drop Down Menu?

What is the best way to display a drop down menu? for the sake of best practices. keeping in mind: -Accessabilty , Its viewable with javascript off screen readers -backwords

Solution 1:

If you must ensure, it's viewable with JS turned off, go with a CSS-solution. Here's one that claims to be cross-browser:

http://lwis.net/free-css-drop-down-menu/

even though it uses a little JS for IE6 (and older).

Or maybe setup your own, using this tutorial:

http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html


Post a Comment for "What Is The Best Way To Display A Drop Down Menu?"