• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

good drop down menus?

zimu

Diamond Member
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.
 
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.
 
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
 
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.
 
Back
Top