Web Hosting Talk







View Full Version : Dropdown menu?


virgvv
01-22-2005, 10:25 PM
I've tried a number of dropdown menu scripts, and am having trouble finding one that works well across all browsers.

Anyone have a script they like that will work on IE, Mozilla browsers, Safari and Opera?

Thanks.

Zopester
01-23-2005, 01:41 AM
http://www.htmldog.com/articles/suckerfish/dropdowns/ - Works cross-browser, including Safari and Opera without hacks.

Enjoy!

Corey Bryant
01-23-2005, 10:59 AM
You also might check out http://www.udm4.com as well.

I seem to like the above a bit more from Zopester - less coding & somewhat easier to deal with :)

host1.com
01-24-2005, 11:51 PM
I my experience, I have found it best to either find a pre-made drop down menu that you are happy with, or learn how to write your own. Modifying someone elses code to meet your tastes or needs can be difficult and time consuming - often you will have to spend a significant amount time to understand it first.

If you decide to write your own, I recommend learning about the DIV tag - maybe find a tutorial on Google. It is a HTML style tag that forms the basis of most drop down menus. The DIV tag allows segments of your web page, such as a sub menu, to be hidden and then shown and hidden again as the mouse moves across it.

Regards,
Jonathan B. Maher

virgvv
01-25-2005, 06:29 AM
Thanks, everyone!

I have tried the Suckerfish dropdown, which breaks in Safari even though it's not supposed to. Too bad; it's a nice, simple, accessible menu.

On the site I'm currently developing, I'm using Project Seven's Dreamweaver extension. It's very nice (though mostly JavaScript) and works on all the browsers I've tried it on except--yep--Safari. I've tried the recommended hacks, and it still "breaks." Safari is the default browser on Macs, and there are enough Mac users out there to matter. Safari is driving me nuts; it's actually a good argument for using IE.

I do know about div and visibility. Now if only all browsers recognized the CSS standards. http://www.webhostingtalk.com/#

Think I'll give udm4 another try. It can't hurt.