English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I read up on many resources but i still don't understand. What's the difference between Javascript drop down menu and a CSS drop down? Anyone can provide me with the actual codes? Or a really easy to understand websit that explain how to do a drop down. Thanks! (*am really new to this*)

2007-03-17 00:01:16 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

sorry for not making myself clear. I'm looking for drop down menu that look like this: http://www.cssplay.co.uk/menus/final_drop.html
please help!!

2007-03-17 02:29:39 · update #1

4 answers

The main difference is that JavaScript is much more "heavy" than lightweight CSS, and that JavaScript might not work on certain browsers / certain configurations. For example, I use NoScript as a Firefox add-on, therefore I do not see JS drop-down menus.
One benefit of JavaScript drop-down menu is that you can do almost everything you want with it (although you will need a lot of JavaScript programming knowledge in order to do it), while in CSS you might be a bit limited to what the standard offers.
Here's a tutorial with codes and everything for a CSS drop-down menu:
http://www.seoconsultants.com/css/menus/tutorial/

And if you still want JavaScript drop-down menu you can check here:
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm

I hope I managed to help you :)

2007-03-17 00:08:18 · answer #1 · answered by Ofer S 1 · 0 0

The reason you'd getting bad answers is because most programmers consider a drop-down menu an HTML SELECT box.

The difference between JavaScript and CSS menus is approach.

If you are new to HTML, the chances you will understand either to a level where you can achieve what you want is about zero. Try looking for a menu generation program that looks pretty to you and just use that until your skills catch up to your desires.

2007-03-17 12:42:24 · answer #2 · answered by Anonymous · 0 0

Hey Elsin
How about I give you the key to the Drop Down Menu Creator Heaven !!!
Click the link I have provided and take the trip to Free Ebook Nirvana !! Once there -- look at the list of provided material offered for free--- and there -- at this very moment-- about six entries down--- is a download for a Free Drop Down Menu Creator !!!

http://www.floodle.net/

Now--Go--Create--do the dropdownMenu shuffle !!!
Thanks in advance for the ten !!!!

2007-03-17 07:17:27 · answer #3 · answered by Anonymous · 1 0

I would just create an html drop down menu.



The benefit of a Javascript dropdown is that you would be able to have it redirect immediately with the selection, where this would just be part of a form that would require clicking a button to send the info.

2007-03-17 07:05:41 · answer #4 · answered by Kevin 4 · 0 0

fedest.com, questions and answers