I like the Adx Plus menu, which is quite complex. A simpler CSS menu can be found by googling fo Suckerfish. Both need some javascript to work with IE6.
There are some pure CSS menus (no javascript) at
http://www.cssplay.co.uk/menus/
but they will not work with older versions of IE6 and before because they don't use javascript.
Blessings
Tony
I second Tony's comments about Suckerfish and CSS play. Here's a couple of links to start with...
Son of Suckerfish Menu: http://www.htmldog.com/articles/suckerfish/dropdowns/
An htc file that can be used to target IE for hover behavior for other html elements: http://www.xs4all.nl/~peterned/csshover.html
Hope that helps
I ended up running with a modified version of the chrome css drop down. I just hacked it up to use SSI, so I only need to edit one file to update the menu for the whole site. I only have it running on one page right now, but plan to have the whole site turned over to it by this weekend. So far, I don't see any browser conflicts. If anyone does notice one, please let me know, and what browser you are running so I can debug it. Thanks.
http://www.venicenazarene.com/weather.html
I'm looking for a drop down menu script that is cross browser compatible, including IE7, which will pass the w3c validation tool. Anyone know of such an animal? The drop down menu I have up at http://venicenazarene.com mostly works o.k., but I have seen it not work on a couple of different work stations running IE6 and IE7. On most workstations running IE6 or 7, it operates properly. Might be some sort of conflict with the browser itself, such as service pack updates, etc., not sure. I haven't run across any trouble using it on Firefox or Opera. Plus, this particular drop down I have now causes errors on the validation that I do not know how to fix. It requires having <body onload="P7_ExpMenu()"> in the head section, which spurs all kinds of errors on the validation. If you can help, thanks in advance.