<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create A Tabbed Content Rotator Using jQuery</title>
	<atom:link href="http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 01:12:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rob</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13651</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 17 Jan 2012 17:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13651</guid>
		<description>Hi Emre,
I think your problem can be solved by adding a height to the page in your css. See this comment for a solution: http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-3751

I had the same problem, and it worked for me. :)</description>
		<content:encoded><![CDATA[<p>Hi Emre,<br />
I think your problem can be solved by adding a height to the page in your css. See this comment for a solution: <a href="http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-3751" rel="nofollow">http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-3751</a></p>
<p>I had the same problem, and it worked for me. <img src='http://www.raymondselda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EMRE</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13647</link>
		<dc:creator>EMRE</dc:creator>
		<pubDate>Mon, 16 Jan 2012 20:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13647</guid>
		<description>a problem have occoured for me.For example when i down of the webpage 
when tab change it make my browser go where the tabs are how can i solve this issue</description>
		<content:encoded><![CDATA[<p>a problem have occoured for me.For example when i down of the webpage<br />
when tab change it make my browser go where the tabs are how can i solve this issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13509</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Tue, 22 Nov 2011 04:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13509</guid>
		<description>Very nice script Raymond!

One issue I have is it seems to rotate faster in Firefox than IE. Any thoughts...sorry if this is a repeat question.

Thanks again,
Stan</description>
		<content:encoded><![CDATA[<p>Very nice script Raymond!</p>
<p>One issue I have is it seems to rotate faster in Firefox than IE. Any thoughts&#8230;sorry if this is a repeat question.</p>
<p>Thanks again,<br />
Stan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbs</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13448</link>
		<dc:creator>Norbs</dc:creator>
		<pubDate>Sun, 13 Nov 2011 08:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13448</guid>
		<description>I tires to change it to the following but to no avail
  $(&quot;#rotator &gt; ul&quot;).tabs({fx:{opacity: &quot;toggle&quot;}}).tabs({event: &quot;mouseover&quot;});
  $(&quot;.ui-tabs-panel&quot;).fadeTo(&quot;slow&quot;, 0.3);
  $(&quot;.ui-tabs-panel&quot;).hover(function(){
  $(this).fadeTo(&quot;slow&quot;, 1.0);
  },function(){
  $(this).fadeTo(&quot;slow&quot;, 0.3);

not sure what I&#039;m missing... thanks</description>
		<content:encoded><![CDATA[<p>I tires to change it to the following but to no avail<br />
  $(&#8220;#rotator &gt; ul&#8221;).tabs({fx:{opacity: &#8220;toggle&#8221;}}).tabs({event: &#8220;mouseover&#8221;});<br />
  $(&#8220;.ui-tabs-panel&#8221;).fadeTo(&#8220;slow&#8221;, 0.3);<br />
  $(&#8220;.ui-tabs-panel&#8221;).hover(function(){<br />
  $(this).fadeTo(&#8220;slow&#8221;, 1.0);<br />
  },function(){<br />
  $(this).fadeTo(&#8220;slow&#8221;, 0.3);</p>
<p>not sure what I&#8217;m missing&#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbs</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13447</link>
		<dc:creator>Norbs</dc:creator>
		<pubDate>Sun, 13 Nov 2011 07:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13447</guid>
		<description>Thanks for that excellent script and it works just perfect.

I just can&#039;t tweak it to fit my wish,. I read through the replies here and could not find anything that would work. I even used to follow your earlier reply...
/*Make sure to add it after the fx {}
Here is the jquery page with that information: http://jqueryui.com/demos/tabs/mouseover.html*/

It just appears to be all dead, sorry for my jQuery ignorance but I&#039;d greatly appreciate your help

What I try to achieve is;
1. no click on tabs but hover over tabs 
2. still a fading effect on event:’mouseover’

Thanks you so much</description>
		<content:encoded><![CDATA[<p>Thanks for that excellent script and it works just perfect.</p>
<p>I just can&#8217;t tweak it to fit my wish,. I read through the replies here and could not find anything that would work. I even used to follow your earlier reply&#8230;<br />
/*Make sure to add it after the fx {}<br />
Here is the jquery page with that information: <a href="http://jqueryui.com/demos/tabs/mouseover.html*/" rel="nofollow">http://jqueryui.com/demos/tabs/mouseover.html*/</a></p>
<p>It just appears to be all dead, sorry for my jQuery ignorance but I&#8217;d greatly appreciate your help</p>
<p>What I try to achieve is;<br />
1. no click on tabs but hover over tabs<br />
2. still a fading effect on event:’mouseover’</p>
<p>Thanks you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jotheeswaran</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13072</link>
		<dc:creator>jotheeswaran</dc:creator>
		<pubDate>Thu, 29 Sep 2011 05:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13072</guid>
		<description>can anyone help how to stop run(gif_image) the inactive tab images. only visible part image movement only show. if use manually it seems to from the visited part of the gif_images(animated).
my code is 
script call function:

	$(document).ready(function(){
		$(&quot;#rotator &gt; ul&quot;).tabs({fx:{opacity: &quot;toggle&quot;}}).tabs(&quot;rotate&quot;, 9000, true);
	});

html code

gif_1_imaage


gif_2_imaage


gif_3_imaage


gif_4_imaage


gif_5_imaage
</description>
		<content:encoded><![CDATA[<p>can anyone help how to stop run(gif_image) the inactive tab images. only visible part image movement only show. if use manually it seems to from the visited part of the gif_images(animated).<br />
my code is<br />
script call function:</p>
<p>	$(document).ready(function(){<br />
		$(&#8220;#rotator &gt; ul&#8221;).tabs({fx:{opacity: &#8220;toggle&#8221;}}).tabs(&#8220;rotate&#8221;, 9000, true);<br />
	});</p>
<p>html code</p>
<p>gif_1_imaage</p>
<p>gif_2_imaage</p>
<p>gif_3_imaage</p>
<p>gif_4_imaage</p>
<p>gif_5_imaage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jotheeswaran</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-13060</link>
		<dc:creator>jotheeswaran</dc:creator>
		<pubDate>Wed, 28 Sep 2011 06:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-13060</guid>
		<description>i have been used images as a gif(animated) in tabs. its working in firefox, but chorme and ie8/9 seems not well looking good, my problem is if one tab is active means, other tab also running in background, when click the manually it seems meanwhile displayed the gif images. only i have this issues in chorme and ie browsers.</description>
		<content:encoded><![CDATA[<p>i have been used images as a gif(animated) in tabs. its working in firefox, but chorme and ie8/9 seems not well looking good, my problem is if one tab is active means, other tab also running in background, when click the manually it seems meanwhile displayed the gif images. only i have this issues in chorme and ie browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-12954</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 18 Sep 2011 11:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-12954</guid>
		<description>Great slider. How can we modify the transitions? I don&#039;t like that fade to white. Anyway to change the color or use a different transition? Or how about speed it up so you can even see it? We have it working great, this is the only think... If we could do something like the Cycle plugin going up, down, left or right that would be great... 

Thanks,

S</description>
		<content:encoded><![CDATA[<p>Great slider. How can we modify the transitions? I don&#8217;t like that fade to white. Anyway to change the color or use a different transition? Or how about speed it up so you can even see it? We have it working great, this is the only think&#8230; If we could do something like the Cycle plugin going up, down, left or right that would be great&#8230; </p>
<p>Thanks,</p>
<p>S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drex</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-12930</link>
		<dc:creator>Drex</dc:creator>
		<pubDate>Thu, 15 Sep 2011 13:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-12930</guid>
		<description>Hey people, i&#039;m new with JS but know something about other codes like AS 123 and php.
Have someone a solution to have this playing just once? so it stops in the final slide?
Thanks all folks!
Cheers
Andrex</description>
		<content:encoded><![CDATA[<p>Hey people, i&#8217;m new with JS but know something about other codes like AS 123 and php.<br />
Have someone a solution to have this playing just once? so it stops in the final slide?<br />
Thanks all folks!<br />
Cheers<br />
Andrex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ribin</title>
		<link>http://www.raymondselda.com/create-a-tabbed-content-rotator-using-jquery/#comment-12852</link>
		<dc:creator>Ribin</dc:creator>
		<pubDate>Tue, 06 Sep 2011 09:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymondselda.com/?p=958#comment-12852</guid>
		<description>This is great . Thank you so much Raymond. 

If you have a moment to reply , Can you advice me how could I customize the code for including the fade effect in tabs too.
for eg:- http://www.geoplan.com/

looking forward for your reply</description>
		<content:encoded><![CDATA[<p>This is great . Thank you so much Raymond. </p>
<p>If you have a moment to reply , Can you advice me how could I customize the code for including the fade effect in tabs too.<br />
for eg:- <a href="http://www.geoplan.com/" rel="nofollow">http://www.geoplan.com/</a></p>
<p>looking forward for your reply</p>
]]></content:encoded>
	</item>
</channel>
</rss>

