Web Hosting Talk







View Full Version : Regular HTML Requires DROP DOWN MENUS. How do I do it?


vWiz
04-28-2010, 03:10 AM
After searching on google, I was even more lost than where I started.

Simply put, I have a html web page.

In the navigation, I wish to add drop down menus for similar-related pages under one main category.

Wondering if anyone can point me to a resource or anything? Hopefully I can get some insight!

Thanks

madlymasterful2018
04-28-2010, 03:24 AM
I think this might help you

www.htmlbasix.com/dropmenu.shtml

If you have php website then i can surely help you as i have made a drop down menu in WP.

Driver01
04-28-2010, 07:52 AM
No need for javascript or server-side code, this can be achieved with html and css:
example:
http://www.grc.com/menu2/invitro.htm

vWiz
05-01-2010, 11:15 PM
No need for javascript or server-side code, this can be achieved with html and css:
example:
http://www.grc.com/menu2/invitro.htm

Visited the site. But where's the css info? tutorial?

Palmetto Innovations
05-03-2010, 05:20 AM
This site should do the trick for you:

http://htmldog.com/articles/suckerfish/dropdowns/

plumsauce
05-03-2010, 02:41 PM
Visited the site. But where's the css info? tutorial?

On and in the very page that was linked to.

@driver01
thanks :D

KmacK
05-03-2010, 03:25 PM
the suckerfish menu is nice, but I prefer the superfish menu. jQuery adds a nice touch. Try googling it.