Here's A Drop-Down Menu Created Using Only CSS

No Javascript

Drop-down menus have been available for awhile, but only using javascript. You can now make attractive and useful drop-downs using a "Cascading Style Sheet"

This menu is styled using two separate style sheets. One for "Normal Browsers" and one for "Internet Explorer" which is not Standards Compliant.

Unlike javascript drop-downs - if you hover too close to the menu, the lists pop up - the CSS styled drop-down lists won't pop up unless you actually hover over the main menu items.


Next Menu Template

Return to Main Menu


This website is presented for your own use. It is heavily commented so that you can change the colors of the menu items, fonts, backgrounds, and font-families. Your links are actually added into the lists using an unordered list tag with list items enclosing the links. IE needs special commented table tags in order for it to display properly.