<?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: Tab AJAX Control Toolkit Style Problem</title>
	<atom:link href="http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/</link>
	<description>Programming, .Net, SuiteScript</description>
	<pubDate>Wed, 10 Mar 2010 18:13:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-RC2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcelo Gamba</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-153</link>
		<dc:creator>Marcelo Gamba</dc:creator>
		<pubDate>Fri, 12 Sep 2008 12:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-153</guid>
		<description>This is much simpler than you might thougth. Just add this css code above the control.


    .ajax__tab_xp .ajax__tab_tab {
        height: 21px;
    }


Regards</description>
		<content:encoded><![CDATA[<p>This is much simpler than you might thougth. Just add this css code above the control.</p>
<p>    .ajax__tab_xp .ajax__tab_tab {<br />
        height: 21px;<br />
    }</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedor</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-149</link>
		<dc:creator>Fedor</dc:creator>
		<pubDate>Wed, 16 Apr 2008 13:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-149</guid>
		<description>Great! I had no idea it was so easy to forcechange the styles of these auto-generated elements. Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Great! I had no idea it was so easy to forcechange the styles of these auto-generated elements. Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hatton</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-151</link>
		<dc:creator>Robert Hatton</dc:creator>
		<pubDate>Thu, 28 Feb 2008 22:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-151</guid>
		<description>You the man!
That solved my headache... thank you very much!</description>
		<content:encoded><![CDATA[<p>You the man!<br />
That solved my headache&#8230; thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amol</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-152</link>
		<dc:creator>Amol</dc:creator>
		<pubDate>Mon, 11 Feb 2008 21:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-152</guid>
		<description>try this:

.customtabstyle .ajax__tab_outer {height:85%;}
.customtabstyle .ajax__tab_inner {height:85%;}
.customtabstyle .ajax__tab_tab {height:85%;}
.customtabstyle .ajax__tab_hover .ajax__tab_outer {height:85%;}
.customtabstyle .ajax__tab_hover .ajax__tab_inner {height:85%;}
.customtabstyle .ajax__tab_hover .ajax__tab_tab {height:85%;}
.customtabstyle .ajax__tab_active .ajax__tab_outer {height:85%;}
.customtabstyle .ajax__tab_active .ajax__tab_inner {height:85%;}
.customtabstyle .ajax__tab_active .ajax__tab_tab {height:85%;}

This worked for me. Looks like the height of the cell which contains the tab is the only issue here.</description>
		<content:encoded><![CDATA[<p>try this:</p>
<p>.customtabstyle .ajax__tab_outer {height:85%;}<br />
.customtabstyle .ajax__tab_inner {height:85%;}<br />
.customtabstyle .ajax__tab_tab {height:85%;}<br />
.customtabstyle .ajax__tab_hover .ajax__tab_outer {height:85%;}<br />
.customtabstyle .ajax__tab_hover .ajax__tab_inner {height:85%;}<br />
.customtabstyle .ajax__tab_hover .ajax__tab_tab {height:85%;}<br />
.customtabstyle .ajax__tab_active .ajax__tab_outer {height:85%;}<br />
.customtabstyle .ajax__tab_active .ajax__tab_inner {height:85%;}<br />
.customtabstyle .ajax__tab_active .ajax__tab_tab {height:85%;}</p>
<p>This worked for me. Looks like the height of the cell which contains the tab is the only issue here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-150</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Tue, 25 Sep 2007 07:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-150</guid>
		<description>hi.
i experience the same problem as mention above.
i did everything i was told
including adding the piece of code


.ajax__tab_default .ajax__tab_inner {height : 100%;}
.ajax__tab_default .ajax__tab_tab {height : 100%;}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {height : 100%;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {height : 100%;}

.ajax__tab_xp .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_tab {height:100%}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {height : 100%;}



to my aspx file
but it still doesnt solve the problem

pls help</description>
		<content:encoded><![CDATA[<p>hi.<br />
i experience the same problem as mention above.<br />
i did everything i was told<br />
including adding the piece of code</p>
<p>.ajax__tab_default .ajax__tab_inner {height : 100%;}<br />
.ajax__tab_default .ajax__tab_tab {height : 100%;}</p>
<p>.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {height : 100%;}<br />
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {height : 100%;}</p>
<p>.ajax__tab_xp .ajax__tab_inner {height : 100%;}<br />
.ajax__tab_xp .ajax__tab_tab {height:100%}<br />
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {height : 100%;}<br />
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {height : 100%;}</p>
<p>to my aspx file<br />
but it still doesnt solve the problem</p>
<p>pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myMailMarket.be</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-148</link>
		<dc:creator>myMailMarket.be</dc:creator>
		<pubDate>Fri, 22 Jun 2007 07:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-148</guid>
		<description>thanks a lot, in our e-marketing tool we use a lot of AJAX, but we couldn't get this one straight. Nice job!
greetings from the people at http://www.mymailmarket.be</description>
		<content:encoded><![CDATA[<p>thanks a lot, in our e-marketing tool we use a lot of AJAX, but we couldn&#8217;t get this one straight. Nice job!<br />
greetings from the people at <a href="http://www.mymailmarket.be" rel="nofollow">http://www.mymailmarket.be</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-147</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 16 May 2007 10:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-147</guid>
		<description>Do you know how to make the TabContainer under the ajaxtoolkit that make it become multilevel tabs?</description>
		<content:encoded><![CDATA[<p>Do you know how to make the TabContainer under the ajaxtoolkit that make it become multilevel tabs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-146</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Mon, 07 May 2007 16:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-146</guid>
		<description>Você é o cara Kiko Santos</description>
		<content:encoded><![CDATA[<p>Você é o cara Kiko Santos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Minhtv</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-145</link>
		<dc:creator>Minhtv</dc:creator>
		<pubDate>Wed, 14 Mar 2007 09:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-145</guid>
		<description>Do you have toolkit alast?
Can you give me?</description>
		<content:encoded><![CDATA[<p>Do you have toolkit alast?<br />
Can you give me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim C</title>
		<link>http://www.kikosantos.net/tech/2007/02/tab-ajax-control-toolkit-style-problem/comment-page-1/#comment-144</link>
		<dc:creator>jim C</dc:creator>
		<pubDate>Fri, 09 Mar 2007 15:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://kikosantos.wordpress.com/2007/02/14/tab-ajax-control-toolkit-style-problem/#comment-144</guid>
		<description>Pls email me if you can help.
Remove the __ in 2 places from my email 1st.</description>
		<content:encoded><![CDATA[<p>Pls email me if you can help.<br />
Remove the __ in 2 places from my email 1st.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
