MyBB Community Forums

Full Version: Trying to find! >,<
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello guys! I've been finding a jQuery plugin or something that when click it will drop the menu and when click somewhere it will go up? Where to find it? I've been searching the whole internet ;[
This doesn't need a plugin at all. It's a mixture of basic jQuery/CSS. Check out my theme "Dark Revolution" - I used dropdowns there.
Just use .toggle() with .slideUp and .slideDown
And lob in a stop() too - otherwise, you'll face queue issues.

In fact, check my JSFiddle account for some code you could use: http://jsfiddle.net/euantor/xqSUW/5/
how about this?
[Image: 78539950.png]
EDIT
forgot to ask, how to remove the spacing in the dropdown and the image?
That depends on your markup. There is no spacing in mine.
works now! I just forgot to change something in CSS
how to make it go up not down ?
Just copy the code and play with some in CSS and HTML Smile
Just play with the jQuery and it should work. Im not handing it to you on a plate when most of it's done.
Pages: 1 2