good drop down menus?

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
anybody know some good sites i can rip off a drop-down menu navigation thingy from?

direct links to the sites would be awesome

i've already looked at javascript.internet.com, not a big fan of the two they have there.
 

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
Originally posted by: MikePanic
if i can remember what i used for my site, http://www.mikepanic.com - ill post it up... right now im having a brain fart

wow, thats an awesome one, perfect for what i'd want. this answers the complexity one too.

what i like:

- the fade effect
- the cool button effect thing

as long as its not some 25KB script, i like it. and can be implemented in say, under half an hour which i think is reasonable.
 

Lazy8s

Golden Member
Jun 23, 2004
1,503
0
0
no need to rip off, it's easy as pie with javascript and some CSSknoweledge. Just search google for javascript drop-boxes. Took me about 30min. to create my own and I'm not very familiar with javascript. I can post mine later if I find the file
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
Originally posted by: zimu
Originally posted by: MikePanic
if i can remember what i used for my site, http://www.mikepanic.com - ill post it up... right now im having a brain fart

wow, thats an awesome one, perfect for what i'd want. this answers the complexity one too.

what i like:

- the fade effect
- the cool button effect thing

as long as its not some 25KB script, i like it. and can be implemented in say, under half an hour which i think is reasonable.
Why not just get the javascript (CascadeMenu.js) and the style sheet (CascadeMenu.css) from his site out of your IE cache and take a look at his source code. That's everything you need to modify it to your application.