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
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.