<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Fancy Sliding Tab Menu V2</title>
	<atom:link href="http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2</link>
	<description>andrewsellick.com</description>
	<pubDate>Fri, 04 Jul 2008 17:40:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: testtester</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-55687</link>
		<dc:creator>testtester</dc:creator>
		<pubDate>Fri, 27 Jun 2008 02:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-55687</guid>
		<description>Any way to make this slide down instead of slide up?</description>
		<content:encoded><![CDATA[<p>Any way to make this slide down instead of slide up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emengweb</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-54766</link>
		<dc:creator>emengweb</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-54766</guid>
		<description>Cool!!!!I like`~</description>
		<content:encoded><![CDATA[<p>Cool!!!!I like`~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clement</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-46660</link>
		<dc:creator>Clement</dc:creator>
		<pubDate>Fri, 23 May 2008 17:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-46660</guid>
		<description>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 ?</description>
		<content:encoded><![CDATA[<p>Thanks for this awesome menu. I&#8217;m trying to put it on the left border of my website, and i can solve that.</p>
<p>#sideBarTab{<br />
		float:right;<br />
		height:251px;<br />
		width:29px;<br />
	    }</p>
<p>The sideBar keep positionning on the right side of the page&#8230;<br />
Can anyone can help me solve that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caio Iglesias</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-46039</link>
		<dc:creator>Caio Iglesias</dc:creator>
		<pubDate>Wed, 21 May 2008 08:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-46039</guid>
		<description>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?</description>
		<content:encoded><![CDATA[<p>I&#8217;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?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emir</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-45980</link>
		<dc:creator>Emir</dc:creator>
		<pubDate>Wed, 21 May 2008 03:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-45980</guid>
		<description>Genius</description>
		<content:encoded><![CDATA[<p>Genius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ugur Onur Urhan</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-45835</link>
		<dc:creator>Ugur Onur Urhan</dc:creator>
		<pubDate>Tue, 20 May 2008 15:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-45835</guid>
		<description>Thanks..this is awesome script. you are the man..</description>
		<content:encoded><![CDATA[<p>Thanks..this is awesome script. you are the man..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bOLT</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-39192</link>
		<dc:creator>bOLT</dc:creator>
		<pubDate>Sat, 26 Apr 2008 02:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-39192</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>to reset the mouse out value to 2 secons open tabslide.js:</p>
<p>find:<br />
function resetIdle(){<br />
		if( $(&#8217;visible&#8217;) ){<br />
				window.clearTimeout( slideTime );<br />
				slideTime = window.setTimeout( &#8220;resetTabs()&#8221;, 10000 );<br />
		}<br />
}</p>
<p>Change to:<br />
function resetIdle(){<br />
		if( $(&#8217;visible&#8217;) ){<br />
				window.clearTimeout( slideTime );<br />
				slideTime = window.setTimeout( &#8220;resetTabs()&#8221;, 1000 );<br />
		}<br />
}</p>
<p>Thanks awesome script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oyun</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-34460</link>
		<dc:creator>Oyun</dc:creator>
		<pubDate>Wed, 09 Apr 2008 14:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-34460</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saswat</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-31218</link>
		<dc:creator>saswat</dc:creator>
		<pubDate>Wed, 02 Apr 2008 10:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-31218</guid>
		<description>Very good exampale</description>
		<content:encoded><![CDATA[<p>Very good exampale</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-30480</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2#comment-30480</guid>
		<description>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?</description>
		<content:encoded><![CDATA[<p>Great code!  And no need for flash.  One question&#8230; 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?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.301 seconds -->
