PDA

View Full Version : CSS Dropdown Menus



DarkBlood
July 9th, 2009, 08:45
Okay, so I got one that's a little easier to understand, http://www.projectseven.com/tutorials/navigation/auto_hide/workpage.htm

but can I combine it somehow to have a sub-sub menu?

Arania
July 14th, 2009, 15:19
Hello,

Tried this - http://www.lwis.net/free-css-drop-down-menu/ ?

It's a framework for CSS dropdown menu's. See the examples on the page.

Hope this helps.

Regards

cahaya-mata
July 14th, 2009, 21:14
Hello,

Tried this - http://www.lwis.net/free-css-drop-down-menu/ ?

It's a framework for CSS dropdown menu's. See the examples on the page.

Hope this helps.

Regards

Thanks.., i need this :love:

DarkBlood
July 14th, 2009, 23:02
Thanks for that.

inventors
July 15th, 2009, 01:05
This is also best tutorials

http://www.w3schools.com/

Meksilon
July 20th, 2009, 07:34
CSS is not really designed for drop-down menus. That link doesn't even do a CSS drop-down menu... it does a javascript one (both the links do). Sure you can do it with CSS, but only by nesting links within links, and that's messy. Personally I don't think they should be used at all unless you still have the links clearly displayed for visitors with javascript disabled.

DarkBlood
July 20th, 2009, 13:35
CSS is not really designed for drop-down menus. That link doesn't even do a CSS drop-down menu... it does a javascript one (both the links do). Sure you can do it with CSS, but only by nesting links within links, and that's messy. Personally I don't think they should be used at all unless you still have the links clearly displayed for visitors with javascript disabled.

http://www.lwis.net/free-css-drop-down-menu/dropdown.simple.horizontal.html

doesn't use javascript if in firefox. I have noscript, and javascript disabled for that page just to test it to see if it works, and it does.

clarence456
August 16th, 2009, 23:13
Hey I've been looking for a list like this, man it sure saves me alot of web search...