<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SixThings &#187; Internet Explorer</title>
	<atom:link href="http://www.brownbatterystudios.com/sixthings/category/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brownbatterystudios.com/sixthings</link>
	<description>Design wisdom in red and grey.</description>
	<lastBuildDate>Wed, 07 Jul 2010 12:59:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS First-Aid for IE Peekaboo Bug</title>
		<link>http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/</link>
		<comments>http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 13:40:53 +0000</pubDate>
		<dc:creator>Brownspank</dc:creator>
				<category><![CDATA[Bug]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/</guid>
		<description><![CDATA[That annoying IE peekaboo bug just doesn&#8217;t know when to stop. Apparently, even IE7 exhibits this bug, and it appears to be worse than its predecessor. If you happen to be pressed for time (or are lazy to search the Internets for a solution), applying a couple of stylesheet rules to the affected element should [...]

You might also like:<ol><li><a href='http://www.brownbatterystudios.com/sixthings/2006/02/14/standards-friendly-ie-button-width-fix/' rel='bookmark' title='Permanent Link: Standards-Friendly IE Button Width Fix'>Standards-Friendly IE Button Width Fix</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/' rel='bookmark' title='Permanent Link: An Even Better IE Button Width Fix'>An Even Better IE Button Width Fix</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/04/25/maximize-css-comment-usage/' rel='bookmark' title='Permanent Link: Maximize CSS Comment Usage'>Maximize CSS Comment Usage</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>An Even Better IE Button Width Fix</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/</link>
		<comments>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/#comments</comments>
		<pubDate>Fri, 12 May 2006 07:42:36 +0000</pubDate>
		<dc:creator>Brownspank</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/</guid>
		<description><![CDATA[Last time around, I went about writing an article documenting a revision for Jehiah&#8217;s IE Button Width Fix that would allow it to behave correctly, given a proper DOCTYPE. It worked well, with a minor downside that it required the use of IE conditional statements in your HTML to dish out the fix to just [...]

You might also like:<ol><li><a href='http://www.brownbatterystudios.com/sixthings/2006/02/14/standards-friendly-ie-button-width-fix/' rel='bookmark' title='Permanent Link: Standards-Friendly IE Button Width Fix'>Standards-Friendly IE Button Width Fix</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/' rel='bookmark' title='Permanent Link: CSS First-Aid for IE Peekaboo Bug'>CSS First-Aid for IE Peekaboo Bug</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/03/21/css-code-visual-grouping-techniques/' rel='bookmark' title='Permanent Link: CSS Code Visual Grouping Techniques'>CSS Code Visual Grouping Techniques</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Standards-Friendly IE Button Width Fix</title>
		<link>http://www.brownbatterystudios.com/sixthings/2006/02/14/standards-friendly-ie-button-width-fix/</link>
		<comments>http://www.brownbatterystudios.com/sixthings/2006/02/14/standards-friendly-ie-button-width-fix/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 03:16:40 +0000</pubDate>
		<dc:creator>Brownspank</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.brownbatterystudios.com/sixthings/2006/02/14/standards-friendly-ie-button-width-fix/</guid>
		<description><![CDATA[Sometime in October of 2005, Jehiah Czebotar came up with the IE Button Width Fix. This workaround solves the extra side-padding problem that plagues buttons with long labels being displayed in Internet Explorer. The CSS went like this:
.button {
&#160;&#160;&#160;&#160;padding: 0 .25em;
&#160;&#160;&#160;&#160;width: auto;
&#160;&#160;&#160;&#160;overflow: visible;
}
The fix worked fine, except when a button is contained inside a table [...]

You might also like:<ol><li><a href='http://www.brownbatterystudios.com/sixthings/2006/05/12/an-even-better-ie-button-width-fix/' rel='bookmark' title='Permanent Link: An Even Better IE Button Width Fix'>An Even Better IE Button Width Fix</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2006/03/21/css-code-visual-grouping-techniques/' rel='bookmark' title='Permanent Link: CSS Code Visual Grouping Techniques'>CSS Code Visual Grouping Techniques</a></li>
<li><a href='http://www.brownbatterystudios.com/sixthings/2007/01/06/css-first-aid-for-ie-peekaboo-bug/' rel='bookmark' title='Permanent Link: CSS First-Aid for IE Peekaboo Bug'>CSS First-Aid for IE Peekaboo Bug</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.brownbatterystudios.com/sixthings/2006/02/14/standards-friendly-ie-button-width-fix/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
