Related Post

15 Comments Received

November 11th, 2007 @2:35 pm  

Thanx for the great MooTools port of this very nice code. I am trying to find a way to have all the menus collapse to their original position on mouseout (preferably with an adjustable delay) rather than always having one open. Obviously when the menu is initialized it is in this state - can you help

November 14th, 2007 @8:31 am  

Hi there!
i think you need to go to “tabslide.js” and change “var idleTime = 10000;” to a smaller value. too small wont work correctly, i changed to 1000 and it works fine!!

November 23rd, 2007 @12:22 pm  

Hi, on mouse over the pane go to up. How can i change to the pane go to down?

thank’s and very cool example

November 27th, 2007 @11:15 pm  

Hi Sebastian
I think we are asking for the same thing - how do you collapse the menu on mouseOut (rather than wait for the duration set in the idleTime variable). I have an instance where I would like to feature a piece of furniture. One menu would have measurements, another samples of finishes etc. so I would like them to stay open as long as the mouse was over them (and collapse immediately on mouseOut)

Cheers
David

December 24th, 2007 @11:17 am  

hey excellent slide menu!!
is there a way to modify the code such that this works as drop down too… i mean changing the direction in which this opens, and moving the panel body and container div’s to the top??

thnx
Yogesh

March 11th, 2008 @6:42 pm  

I would also like to know how to make it drop down. Fabulous menu man.

thanks

tj

March 25th, 2008 @11:57 am  

love your look…we have a problem when people enter site the menu stays open for a few secs, its annoying, can you help?
mike

April 2nd, 2008 @9:17 am  

I too have to the same problem of the left panel being open when the page loads, and the panels not closing on mouseout.

Any chance of a fix?

Love your work

April 2nd, 2008 @9:32 am  

I fixed the problem of the first panel being open being simply deleting it and adding another. Was in the hmtl/css not the script im assuming?

April 2nd, 2008 @2:34 pm  

To stop the first panel being open simply remove the id=”visible” from the h3 tag. That should do it. :-)

April 2nd, 2008 @2:42 pm  

To make the menu drop down from the top you need to edit the css for “.panel_container”. Simply remove bottom:0px; and replace with top:0px; and overflow:hidden;

Try that and let me know how it goes. I’ll post up the code on to the site tomo.

April 5th, 2008 @12:56 pm  

I noticed that the question about having the menus drop back into place on mouseout was never answered. Can you tell us how to do this? Thanks!

April 8th, 2008 @1:26 pm  

Hi Andy,

I love the script. There is only one thing I haven’t managed to figure out …

Is it possible to de-activate the rollup effect in one or more panels?

The first panel is home, and i really don’t have any subcategory there, the same with the last one, contact

July 16th, 2008 @7:05 am  

“To make the menu drop down from the top you need to edit the css for “.panel_container”. Simply remove bottom:0px; and replace with top:0px; and overflow:hidden;”

it works well.

but how i’ll get the h3 sliding in front of the panel_body?

Pingback & Trackback
Pingback from MooTools Script Sammlung | astBlog in June 30th, 2008 @12:17 pm  
Leave A Reply

Please Note: Comments maybe under moderation after you submit your comments so there is no need to resubmit your comment again