Related Post

37 Comments Received

September 12th, 2007 @7:52 am  

Hi Andrew.
I love your menu but there’s one thing I would like to see: mouseout action.
Keep the good work.

PS: Your blog is pretty cool with very good articles. One of my favorites.

September 13th, 2007 @3:37 am  

Very sexy, nice work Andy.

September 18th, 2007 @8:55 am  

your website has clipped on resourcealiciousx ;) http://resourcealiciousx.my-poison.com/?page_id=4

September 27th, 2007 @2:47 pm  

Thanks very much transparecer.

September 28th, 2007 @3:02 am  

thanks very much ^_^

October 24th, 2007 @2:29 pm  

This is a great script. I’m disappointed I can not use it though because sometimes when you scroll back over the tabs, the tab jumps and doesn’t come up or the text pops up but the div container the text is in doesn’t come up. I did not test this in internet explorer but I know I was using Mozilla when I noticed this problem. You might want to check into that. I am using the latest version of Mozilla too.

October 27th, 2007 @8:33 am  

great piece of code, but is it possible to have an enhancement? slide left and right?

November 11th, 2007 @10:30 pm  

Thanks!!!

November 12th, 2007 @3:59 am  

I would also like to see a mouseout function to close menus rather than the idleTime setting. idleTime works if you are going to make a fairly quick link selection (for example) but is less useful if you want to display info to be read (specifications, colour options etc) where there may be no mouse movement.
This would increase the usability of what is already a very nice effort

December 6th, 2007 @7:20 am  

Close to what I am looking for, but I need to be able to space the tabs apart, and specify their width. I tried laying them out in a table (ugh) but that didn’t have any effect. I need about 50 px between each tab, is that possible?
Thanks!

December 14th, 2007 @12:00 pm  

I really love the sliding menu! I added semi-transparency to it which makes it look even more elegant.
Just add the following lines to the CSS .panel block:

filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;

February 3rd, 2008 @11:15 am  

Great and pretty kool script but there is only one irritating thing which everyone is saying. Mouseout Event which seems to be missing.

March 1st, 2008 @2:26 pm  

Nice job, clean code and last but not the least SEO friendly.
Great work.

March 12th, 2008 @1:05 am  

Thank you for this. I found this via stumbleupon and it’s one of the few times I stopped and left a comment :)

I’m subscribing to your feed just because this is one of the best things I’ve seen recently. I’m going to use it for a new portfolio layout.

Thanks,
Mike

March 14th, 2008 @6:45 pm  

excellent works, thank you, no flash needed ;)

March 14th, 2008 @11:59 pm  

Why won’t the darn menu close down when you mouse out of it??? It just stays UP.

March 27th, 2008 @9:28 pm  

when select one tab, idle for 10s, move the mouse back to the tab, the tab is no longer displayed.

March 28th, 2008 @8:44 am  

Great code! And no need for flash. One question… is there a way to manipulate the code so that I can use different colors per button or even a different image per button instead of the static color across the bar?

April 2nd, 2008 @2:55 am  

Very good exampale

April 9th, 2008 @6:27 am  

thank you

April 25th, 2008 @6:01 pm  

to reset the mouse out value to 2 secons open tabslide.js:

find:
function resetIdle(){
if( $(’visible’) ){
window.clearTimeout( slideTime );
slideTime = window.setTimeout( “resetTabs()”, 10000 );
}
}

Change to:
function resetIdle(){
if( $(’visible’) ){
window.clearTimeout( slideTime );
slideTime = window.setTimeout( “resetTabs()”, 1000 );
}
}

Thanks awesome script.

May 20th, 2008 @7:31 am  

Thanks..this is awesome script. you are the man..

May 20th, 2008 @7:26 pm  

Genius

May 21st, 2008 @12:16 am  

I’m trying to add this on top of a google maps mashup, the problem is that eveything above the sliding tab menu/panel becomes unclickable because the accordion div is layered on top of the map. Is there a simple workaround for this?

May 23rd, 2008 @9:12 am  

Thanks for this awesome menu. I’m trying to put it on the left border of my website, and i can solve that.

#sideBarTab{
float:right;
height:251px;
width:29px;
}

The sideBar keep positionning on the right side of the page…
Can anyone can help me solve that ?

June 22nd, 2008 @5:23 pm  

Cool!!!!I like`~

June 26th, 2008 @6:23 pm  

Any way to make this slide down instead of slide up?

Pingback & Trackback
Pingback from Freak Group: Diseño Web, Recursos y mucho más in September 13th, 2007 @4:51 pm  
Pingback from links for 2007-11-16 » Bleu-Rouge blog in November 16th, 2007 @6:23 am  
Pingback from Ahmet Küçükoğlu » CSS ve JS Yatay Menüler in December 13th, 2007 @5:19 pm  
Pingback from 37+ Great Ajax, CSS Tab-Based Interfaces in February 21st, 2008 @6:40 am  
Pingback from Great Ajax Tab-Based Interfaces … | in February 25th, 2008 @7:33 am  
Leave A Reply

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