Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
How to create drop down menus other than in CSS3? I don't want to use custom libraries as I want to learn more of other web languages.
2012-10-10 17:08:50
Try using a Suckerfish Dropdown...no JavaScript, just plain old CSS http://www.htmldog.com/articles/suckerfish/dropdowns/
2012-10-10 16:57:22
javascrip can help.... check hotscripts.com
2012-10-10 14:22:37
Cascading menus aren't CSS3; they're just CSS, and they work cross-browser.
2012-10-11 13:59:50
but i think that css(not the css3) thing works with javascript. Am I right? And if i am, that is what i wanna learn- how to create a menu in css and javascript..please help man.
2012-10-11 14:58:51
No JS needed: http://csswizardry.com/2011/02/creating-a-pure-css-dropdown-menu/
2012-10-09 19:25:39
One of the best ways would be using Java script! You can build very advanced drop-down menus.. Also with great design too! How you can create drop down menus with js, is very complicated, and I can't explain it here.. But you can check various tutorials online!
2012-10-09 18:12:20
What you are talking about is Cascading Menu's. Where do you want to create these? A web site or your right click context menu?
2012-10-09 10:50:05
You can use DHTML for example. Manually or using third-party programshttp://www.dhtml-menu-builder.com/
2012-10-09 09:34:34
Why you don't want to use CSS3?
2012-10-09 15:48:35
Coz many people still don't have css3 browser...
2012-10-09 09:33:55
I used that feature a while ago in Adobe Dreamweaver CS3, it was under Spry or something like that. I believe that it is only available in Dreamweaver though. I hope I've been of some help.