Click to See Complete Forum and Search --> : Pull Down Menus


Rick_Garrison
10-14-2004, 09:44 PM
Hi, I was wondering what was done to make the pull down menu's do what they do, as seen HERE (http://www.blizzard.com/) on the main page.

Thanks in advance

LJK
10-14-2004, 09:58 PM
Looks like javascript to me...

tzhou
10-14-2004, 10:13 PM
That's definitely javascript.
http://www.blizzard.com/includes/blizzard.js

DaveSW
10-15-2004, 03:23 AM
or if you'd prefer to control it with css and only have the bare minimum (12 lines) of javascript check out http://www.htmldog.com/articles/suckerfish/

pawky
10-15-2004, 02:10 PM
Originally posted by DaveSW
or if you'd prefer to control it with css and only have the bare minimum (12 lines) of javascript check out http://www.htmldog.com/articles/suckerfish/

This is definitely the best way to go, you have complete control over everything very easily. I tried using a js one and was completely confused :P (could be because i dont know js at all and like to know how everything works) I then found this article from ala (when i didnt know too much css either) and it was very easy and worked great no matter what.

Also, instead of using js that ala gives you, you can use a .htc file that vladdy explains here: http://www.vladdy.net/Demos/iepseudoclassesfix.html I have not implamented it quite yet, but i will be shortly. gl

Masamune212
10-17-2004, 02:03 PM
Originally posted by DaveSW
or if you'd prefer to control it with css and only have the bare minimum (12 lines) of javascript check out http://www.htmldog.com/articles/suckerfish/

ya aboutthat i dont know where to put any of it like im not THAT good at code so i dont know where to put the code that is there. can anyone like organize it for me so i can copy and paste please.

DaveSW
10-18-2004, 07:18 AM
http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones1.html
That's the bare bones example. try editing that page. Use some css styles from www.w3schools.com to style it as you want it.

If you're not happy to learn css then that isn't the solution for you, and you'll have to stick with javascript drop downs.

Masamune212
10-20-2004, 06:34 PM
Originally posted by DaveSW
you'll have to stick with javascript drop downs.

how do i do that that site didnt really help im looking if someone could just layout the code and i can copy and paste it and then put in the names and links.
Please!