<?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: An Even Better IE Button Width Fix</title>
	<atom:link href="http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/</link>
	<description>Design wisdom in red and grey.</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:11:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bultro</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-33205</link>
		<dc:creator>Bultro</dc:creator>
		<pubDate>Tue, 25 May 2010 08:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-33205</guid>
		<description>This also seems to work, but i tried only IE6 and FF

STYLE=&quot;overflow:auto !important; overflow:visible; width:auto !important; width:50px; padding-left:5px; padding-right:5px;&quot;</description>
		<content:encoded><![CDATA[<p>This also seems to work, but i tried only IE6 and FF</p>
<p>STYLE=&#8221;overflow:auto !important; overflow:visible; width:auto !important; width:50px; padding-left:5px; padding-right:5px;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brownspank</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-32974</link>
		<dc:creator>Brownspank</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-32974</guid>
		<description>Interesting! I will definitely have to try that one out.</description>
		<content:encoded><![CDATA[<p>Interesting! I will definitely have to try that one out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-32973</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 09 Nov 2009 02:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-32973</guid>
		<description>You can fix the misbehaving table cells in other browsers by using the :lang pseudo selector which is only supported in IE 8 and non-IE browsers. This only works if you declare the language in the html tag and meta tag.

button,input.button
{
 padding:0 0.25em;
 width:0;
 overflow:visible
}

button[type],input.button[type]
{
 width:auto
}

td button[type],td input.button[type]
{
 width:100%
}

td button:lang(en),td input.button:lang(en)
{
 width:auto
}</description>
		<content:encoded><![CDATA[<p>You can fix the misbehaving table cells in other browsers by using the :lang pseudo selector which is only supported in IE 8 and non-IE browsers. This only works if you declare the language in the html tag and meta tag.</p>
<p>button,input.button<br />
{<br />
 padding:0 0.25em;<br />
 width:0;<br />
 overflow:visible<br />
}</p>
<p>button[type],input.button[type]<br />
{<br />
 width:auto<br />
}</p>
<p>td button[type],td input.button[type]<br />
{<br />
 width:100%<br />
}</p>
<p>td button:lang(en),td input.button:lang(en)<br />
{<br />
 width:auto<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-32280</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 16 Apr 2009 16:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-32280</guid>
		<description>You are missing a closing bracket in your code above.</description>
		<content:encoded><![CDATA[<p>You are missing a closing bracket in your code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAGHAV</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31532</link>
		<dc:creator>RAGHAV</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31532</guid>
		<description>This is the code for TD’s
=========================

&lt;!-- 
                                                                
                                                                
                                                                
                                                                 --&gt;</description>
		<content:encoded><![CDATA[<p>This is the code for TD’s<br />
=========================</p>
<p>&lt;!&#8211; </p>
<p>                                                                 &#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAGHAV</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31531</link>
		<dc:creator>RAGHAV</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31531</guid>
		<description>For the above code, in the FireFox it&#039;s working fine, but the issue is in IE only...

Thanks,
RAGHAV...</description>
		<content:encoded><![CDATA[<p>For the above code, in the FireFox it&#8217;s working fine, but the issue is in IE only&#8230;</p>
<p>Thanks,<br />
RAGHAV&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAGHAV</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31530</link>
		<dc:creator>RAGHAV</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31530</guid>
		<description>i have inserted the buttons in the TD. I am getting more space between each TD&#039;s.

This is the class for the button
====================================
.width11 {
	width: 11px;
}

.formbtn {
	font-family: arial;
	font-size: 70%;
	text-decoration: none;
	cursor: hand;
	height: 20px;
	background-image: url(../images/bg_gradient.gif);
	border: 1px solid #333333;
	padding: 0px 5px 0px 5px;
	overflow:visible;
}


This is the code for TD&#039;s
=========================


                                                                
                                                                
                                                                
                                                                

Please solve this issue...

Thanks,
RAGHAV...</description>
		<content:encoded><![CDATA[<p>i have inserted the buttons in the TD. I am getting more space between each TD&#8217;s.</p>
<p>This is the class for the button<br />
====================================<br />
.width11 {<br />
	width: 11px;<br />
}</p>
<p>.formbtn {<br />
	font-family: arial;<br />
	font-size: 70%;<br />
	text-decoration: none;<br />
	cursor: hand;<br />
	height: 20px;<br />
	background-image: url(../images/bg_gradient.gif);<br />
	border: 1px solid #333333;<br />
	padding: 0px 5px 0px 5px;<br />
	overflow:visible;<br />
}</p>
<p>This is the code for TD&#8217;s<br />
=========================</p>
<p>Please solve this issue&#8230;</p>
<p>Thanks,<br />
RAGHAV&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dee</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31509</link>
		<dc:creator>dee</dc:creator>
		<pubDate>Mon, 16 Feb 2009 20:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31509</guid>
		<description>Thanks a lot! I had been battling with this for a couple of hours now.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I had been battling with this for a couple of hours now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: St. John</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31072</link>
		<dc:creator>St. John</dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31072</guid>
		<description>Thank you. By adding a js function, jQuery, that assign every input type=&quot;button&quot; a button class this fix made my day.</description>
		<content:encoded><![CDATA[<p>Thank you. By adding a js function, jQuery, that assign every input type=&#8221;button&#8221; a button class this fix made my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31065</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Thu, 13 Nov 2008 10:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comment-31065</guid>
		<description>It works nice, but if the button is disabled, it doesn&#039;t work anymore.</description>
		<content:encoded><![CDATA[<p>It works nice, but if the button is disabled, it doesn&#8217;t work anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
