<?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: Easy Tabs 1.2 &#8211; now with autochange</title>
	<atom:link href="http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/</link>
	<description>The Website of the Freelancer Koller Jürgen</description>
	<lastBuildDate>Sat, 20 Mar 2010 17:13:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38422</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38422</guid>
		<description>For use on a Sharepoint page (as in a Web Part or in an ItemStyle XSL template) the OnLoad statement will interfere with other page content scripts. Instead, change the OnLoad into a function and push the name to Sharepoint. 

E.g. change this

window.onload=function(){
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]);  a++; b++;}while (b&lt;=menucount); if (autochangemenu!=0){start_autochange();}}

to

function startEasyTabs(){
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]);  a++; b++;}while (b&lt;=menucount); if (autochangemenu!=0){start_autochange();}
}
_spBodyOnLoadFunctionNames.push(&#039;startEasyTabs&#039;);

Cheers!</description>
		<content:encoded><![CDATA[<p>For use on a Sharepoint page (as in a Web Part or in an ItemStyle XSL template) the OnLoad statement will interfere with other page content scripts. Instead, change the OnLoad into a function and push the name to Sharepoint. </p>
<p>E.g. change this</p>
<p>window.onload=function(){<br />
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]);  a++; b++;}while (b&lt;=menucount); if (autochangemenu!=0){start_autochange();}}</p>
<p>to</p>
<p>function startEasyTabs(){<br />
var menucount=loadtabs.length; var a = 0; var b = 1; do {easytabs(b, loadtabs[a]);  a++; b++;}while (b&lt;=menucount); if (autochangemenu!=0){start_autochange();}<br />
}<br />
_spBodyOnLoadFunctionNames.push(&#039;startEasyTabs&#039;);</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koii</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38374</link>
		<dc:creator>koii</dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38374</guid>
		<description>hello, I have some problem, why the tab content are show all in IE but in FF is OK.
how can i fix its!!  thanks</description>
		<content:encoded><![CDATA[<p>hello, I have some problem, why the tab content are show all in IE but in FF is OK.<br />
how can i fix its!!  thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ojotour</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38350</link>
		<dc:creator>ojotour</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38350</guid>
		<description>Very easy example and work in IE, Opera and Firefox
Nice!</description>
		<content:encoded><![CDATA[<p>Very easy example and work in IE, Opera and Firefox<br />
Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pakaian bayi</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38342</link>
		<dc:creator>pakaian bayi</dc:creator>
		<pubDate>Wed, 10 Feb 2010 02:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38342</guid>
		<description>awesome .... nice share ... thanks dudee</description>
		<content:encoded><![CDATA[<p>awesome &#8230;. nice share &#8230; thanks dudee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alidad</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38328</link>
		<dc:creator>Alidad</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38328</guid>
		<description>Hi, this tabs are great code, and i&#039;m using this for my site, on question, where do i can change color font on the each tabs! I&#039;m trying to find out where to change color font from default light gray on the tabs to other color, i could not figure out where to change that.

please let me know thanks. 

AM</description>
		<content:encoded><![CDATA[<p>Hi, this tabs are great code, and i&#8217;m using this for my site, on question, where do i can change color font on the each tabs! I&#8217;m trying to find out where to change color font from default light gray on the tabs to other color, i could not figure out where to change that.</p>
<p>please let me know thanks. </p>
<p>AM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elp</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38201</link>
		<dc:creator>elp</dc:creator>
		<pubDate>Mon, 04 Jan 2010 11:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38201</guid>
		<description>@Edduard
it&#039;s works 4 me. i added a table outside the tabs and also inside the tabs body ( content ). but there some bug when i view it in IE, but it runs normal in FF or opera. there a space between the tabs with the tab&#039;s body. then, after a change it with table, the space&#039;s is gone. i don&#039;t know if something&#039;s wierd with those css, but what i can make sure is, that i lack knowledge about how css runs in IE.</description>
		<content:encoded><![CDATA[<p>@Edduard<br />
it&#8217;s works 4 me. i added a table outside the tabs and also inside the tabs body ( content ). but there some bug when i view it in IE, but it runs normal in FF or opera. there a space between the tabs with the tab&#8217;s body. then, after a change it with table, the space&#8217;s is gone. i don&#8217;t know if something&#8217;s wierd with those css, but what i can make sure is, that i lack knowledge about how css runs in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edduard</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38199</link>
		<dc:creator>Edduard</dc:creator>
		<pubDate>Mon, 04 Jan 2010 05:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38199</guid>
		<description>it doesnt work inside a table!
wen charge it look disabled
how to fix that ?</description>
		<content:encoded><![CDATA[<p>it doesnt work inside a table!<br />
wen charge it look disabled<br />
how to fix that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elp</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38192</link>
		<dc:creator>elp</dc:creator>
		<pubDate>Fri, 01 Jan 2010 00:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38192</guid>
		<description>why there&#039;s some space between first tab with the second tab when i change the border of the tab with other color than the background?</description>
		<content:encoded><![CDATA[<p>why there&#8217;s some space between first tab with the second tab when i change the border of the tab with other color than the background?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gioithieugame</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38157</link>
		<dc:creator>Gioithieugame</dc:creator>
		<pubDate>Sat, 26 Dec 2009 21:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38157</guid>
		<description>Hello,

Very nice work. It&#039;s very helpful for me. I have installed on my wordpress site: http://gioithieugame.com/

But your script does not work on Opera, could you please fix it?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Very nice work. It&#8217;s very helpful for me. I have installed on my wordpress site: <a href="http://gioithieugame.com/" rel="nofollow">http://gioithieugame.com/</a></p>
<p>But your script does not work on Opera, could you please fix it?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kikko</title>
		<link>http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/comment-page-5/#comment-38108</link>
		<dc:creator>kikko</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kollermedia.at/?p=636#comment-38108</guid>
		<description>Hi,

How do I install this on wordpress? 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How do I install this on wordpress? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
