Oct092012

How to create drop down menus other than in CSS3?

shaurya gupta asks:

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.


Browser: Chrome 22
System: Windows 8
Tagged: , ,

Comments for this Question are closed.

If you are looking for help, please ask a new question here.

We will be happy to help you!

8 Answers -

0 votes

Wouter Ruelens

October 9, 2012

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.

0 votes

Another Googler

October 9, 2012

Why you don’t want to use CSS3?

shaurya gupta

Coz many people still don’t have css3 browser…

October 9, 2012
0 votes

Jack Schiff

October 9, 2012

You can use DHTML for example. Manually or using third-party programs
http://www.dhtml-menu-builder.com/

0 votes

Alan Wade

October 9, 2012

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?

0 votes

Erlis Dhima

October 9, 2012

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!

0 votes

Muo TechGuy

October 10, 2012

Cascading menus aren’t CSS3; they’re just CSS, and they work cross-browser.

shaurya gupta

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.

October 11, 2012
muotechguy
0 votes

Mihovil Pletikos

October 10, 2012

javascrip can help…. check hotscripts.com

0 votes

Harold One Feather

October 10, 2012

Try using a Suckerfish Dropdown…no JavaScript, just plain old CSS http://www.htmldog.com/articles/suckerfish/dropdowns/