<?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: IE Factor, exemplified</title>
	<atom:link href="http://stopdesign.com/archive/2004/01/30/ie_factor_example.html/feed" rel="self" type="application/rss+xml" />
	<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html</link>
	<description>Stopdesign is the creative outlet of Douglas Bowman.</description>
	<lastBuildDate>Tue, 04 May 2010 11:39:03 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jamie</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1117</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 26 Feb 2004 17:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1117</guid>
		<description>That&#039;s spot on, I have been developing a property site which repeats the results of a property search, the thumbnail images were shifting 1 pixel to the left each row, it&#039;s taken me 5 hours so far... FINALLY, a solution, Thanks, you rock!!</description>
		<content:encoded><![CDATA[<p>That&#8217;s spot on, I have been developing a property site which repeats the results of a property search, the thumbnail images were shifting 1 pixel to the left each row, it&#8217;s taken me 5 hours so far&#8230; FINALLY, a solution, Thanks, you rock!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a web developer</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1116</link>
		<dc:creator>a web developer</dc:creator>
		<pubDate>Wed, 25 Feb 2004 07:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1116</guid>
		<description>Ug, it&#039;s so unfair that IE holds major market share and releases updates the least often...When it finally does support CSS properly, there will be much rejoicing.</description>
		<content:encoded><![CDATA[<p>Ug, it&#8217;s so unfair that IE holds major market share and releases updates the least often&#8230;When it finally does support CSS properly, there will be much rejoicing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1115</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Thu, 19 Feb 2004 21:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1115</guid>
		<description>Travis,

IE of course is not able to display transparent borders, even IE 6. They will become black instead... how could you even think of it ;-)</description>
		<content:encoded><![CDATA[<p>Travis,</p>
<p>IE of course is not able to display transparent borders, even IE 6. They will become black instead&#8230; how could you even think of it ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: De</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1114</link>
		<dc:creator>De</dc:creator>
		<pubDate>Tue, 10 Feb 2004 10:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1114</guid>
		<description>Thank U for your detailed explanation and examples. Until I read this article, I&#039;ve been trying to get Explorer to display one design properly, but it messed it up.</description>
		<content:encoded><![CDATA[<p>Thank U for your detailed explanation and examples. Until I read this article, I&#8217;ve been trying to get Explorer to display one design properly, but it messed it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gyrus</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1113</link>
		<dc:creator>Gyrus</dc:creator>
		<pubDate>Mon, 09 Feb 2004 14:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1113</guid>
		<description>Thankyoooooooooou! Believe it or not I was going mad with this bug just last night on a client template job. I had pretty much given up, and was idly browsing Stopdesign.com today waiting for something to download, and I came across this piece. Talk about serendipity :-)</description>
		<content:encoded><![CDATA[<p>Thankyoooooooooou! Believe it or not I was going mad with this bug just last night on a client template job. I had pretty much given up, and was idly browsing Stopdesign.com today waiting for something to download, and I came across this piece. Talk about serendipity :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arve Bersvendsen</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1112</link>
		<dc:creator>Arve Bersvendsen</dc:creator>
		<pubDate>Fri, 06 Feb 2004 02:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1112</guid>
		<description>There is a bulletproof way to create stylesheets that you &lt;em&gt;know&lt;/em&gt; will only be applied to the version of IE you want to target. The technique involves using conditional comments to include stylesheets.

By eliminating this need to look for a hack that applies to a certain version of IE, you can hopefully make the IE factor a bit smaller.

A more detailed howto is available in &lt;a href=&quot;http://www.virtuelvis.com/archives/158.html&quot; rel=&quot;nofollow&quot;&gt;Hack-free CSS for IE&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>There is a bulletproof way to create stylesheets that you <em>know</em> will only be applied to the version of IE you want to target. The technique involves using conditional comments to include stylesheets.</p>
<p>By eliminating this need to look for a hack that applies to a certain version of IE, you can hopefully make the IE factor a bit smaller.</p>
<p>A more detailed howto is available in <a href="http://www.virtuelvis.com/archives/158.html" rel="nofollow">Hack-free CSS for IE</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Cripps</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1111</link>
		<dc:creator>Travis Cripps</dc:creator>
		<pubDate>Thu, 05 Feb 2004 08:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1111</guid>
		<description>Hi.  Thank you for your detailed explanation and examples.  Rather than using a border the same color as the background, why not simply specify the color as transparent?

So, the altered line from your solution would then be:

&lt;strong&gt;border-bottom:1px solid transparent;&lt;/strong&gt;

If you have to hack, somehow it seems a bit less &quot;evil&quot; a hack to me this way. ;)</description>
		<content:encoded><![CDATA[<p>Hi.  Thank you for your detailed explanation and examples.  Rather than using a border the same color as the background, why not simply specify the color as transparent?</p>
<p>So, the altered line from your solution would then be:</p>
<p><strong>border-bottom:1px solid transparent;</strong></p>
<p>If you have to hack, somehow it seems a bit less &#8220;evil&#8221; a hack to me this way. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dusoft</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1110</link>
		<dc:creator>dusoft</dc:creator>
		<pubDate>Wed, 04 Feb 2004 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1110</guid>
		<description>Thanks for the explanation and bug fix. I have been trying to get Explorer to display one design properly, but it messed it up. Never mind. Now I know how to fix it.</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation and bug fix. I have been trying to get Explorer to display one design properly, but it messed it up. Never mind. Now I know how to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric Tan</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1109</link>
		<dc:creator>Ric Tan</dc:creator>
		<pubDate>Wed, 04 Feb 2004 10:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1109</guid>
		<description>Until I read this article, I wasn&#039;t even aware that you were supposed to be able to specify top and bottom padding together, along with the L &amp; R padding together. I&#039;ve checked the W3C specs, and yes, IE isn&#039;t compliant. Luckily for me, I&#039;ve always been in the habbit of specifying all four attributes, so my class would have looked like:

.module {
margin: 0px 0px 15px 0px;
border:4px solid #666;
border-width: 0px 4px 0px 4px;
padding: 2px 10px 2px 10px;
}

which works fine in all browsers without any hacks.</description>
		<content:encoded><![CDATA[<p>Until I read this article, I wasn&#8217;t even aware that you were supposed to be able to specify top and bottom padding together, along with the L &#038; R padding together. I&#8217;ve checked the W3C specs, and yes, IE isn&#8217;t compliant. Luckily for me, I&#8217;ve always been in the habbit of specifying all four attributes, so my class would have looked like:</p>
<p>.module {<br />
margin: 0px 0px 15px 0px;<br />
border:4px solid #666;<br />
border-width: 0px 4px 0px 4px;<br />
padding: 2px 10px 2px 10px;<br />
}</p>
<p>which works fine in all browsers without any hacks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1108</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 03 Feb 2004 15:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1108</guid>
		<description>Uh - uh - one more, while I&#039;m at it:

I wanted to have two consecutive ul&#039;s with the li&#039;s displayed as block with fixed width and &lt;code&gt;float: left&lt;/code&gt;.
For some reason IE put a vertical space between the ul&#039;s, even thou all margins and padding were set to zero.
I tried removing all whitespaces between the tags, but nothing helped. Until I placed some charecters just after the &gt; of the first ul... !? Then the space disapeared!</description>
		<content:encoded><![CDATA[<p>Uh &#8211; uh &#8211; one more, while I&#8217;m at it:</p>
<p>I wanted to have two consecutive ul&#8217;s with the li&#8217;s displayed as block with fixed width and <code>float: left</code>.<br />
For some reason IE put a vertical space between the ul&#8217;s, even thou all margins and padding were set to zero.<br />
I tried removing all whitespaces between the tags, but nothing helped. Until I placed some charecters just after the &gt; of the first ul&#8230; !? Then the space disapeared!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1107</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Tue, 03 Feb 2004 14:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1107</guid>
		<description>Thanks for the example - a very similar problem with padding was causing IE to arbitrarily insert half-page spaces in a column of images... nuking the padding fixed it. w00t.

On the plus side, as its security flaws become significantly obviously heinous with every turn, many corporations are taking long, hard looks at Excrement Exploder and wondering why they persist in using it.</description>
		<content:encoded><![CDATA[<p>Thanks for the example &#8211; a very similar problem with padding was causing IE to arbitrarily insert half-page spaces in a column of images&#8230; nuking the padding fixed it. w00t.</p>
<p>On the plus side, as its security flaws become significantly obviously heinous with every turn, many corporations are taking long, hard looks at Excrement Exploder and wondering why they persist in using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1106</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Mon, 02 Feb 2004 22:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1106</guid>
		<description>Yet another strange IE behavior, that I&#039;m dealing with at the moment.
I have a definition list where I have made a 1px graphic line gif, that I use as background on the dt&#039;s like this:

&lt;code&gt;background: url(line.gif) bottom left no-repeat;&lt;/code&gt;

But for some reason it does not show up on the first dt -- so I have to add an empty dt and a dd with a nbsp inside it in the begining of the list to make the rest look like it should!
Can&#039;t seem to find another solution at the moment...</description>
		<content:encoded><![CDATA[<p>Yet another strange IE behavior, that I&#8217;m dealing with at the moment.<br />
I have a definition list where I have made a 1px graphic line gif, that I use as background on the dt&#8217;s like this:</p>
<p><code>background: url(line.gif) bottom left no-repeat;</code></p>
<p>But for some reason it does not show up on the first dt &#8212; so I have to add an empty dt and a dd with a nbsp inside it in the begining of the list to make the rest look like it should!<br />
Can&#8217;t seem to find another solution at the moment&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan Negovan</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1105</link>
		<dc:creator>Milan Negovan</dc:creator>
		<pubDate>Sun, 01 Feb 2004 03:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1105</guid>
		<description>Doug,

Thank you sooooo much for the post and the solution! We&#039;ve developed an ASP.NET application and saw this same nasty bug but couldn&#039;t figure it out (it&#039;s still there: http://demo.custfeedback.com/).

Again, thanks!
Milan</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Thank you sooooo much for the post and the solution! We&#8217;ve developed an ASP.NET application and saw this same nasty bug but couldn&#8217;t figure it out (it&#8217;s still there: <a href="http://demo.custfeedback.com/" rel="nofollow">http://demo.custfeedback.com/</a>).</p>
<p>Again, thanks!<br />
Milan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Big John</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1104</link>
		<dc:creator>Big John</dc:creator>
		<pubDate>Sat, 31 Jan 2004 20:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1104</guid>
		<description>Doug, your example has a left border, a bottom padding, no bottom border, and a block element nested inside. Those are the triggers of this bug, and that bottom border cures the bug.

BTW, Eric Meyer happens to have a mild case of this bug on one of his pages. Shhhh...</description>
		<content:encoded><![CDATA[<p>Doug, your example has a left border, a bottom padding, no bottom border, and a block element nested inside. Those are the triggers of this bug, and that bottom border cures the bug.</p>
<p>BTW, Eric Meyer happens to have a mild case of this bug on one of his pages. Shhhh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Meehan</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1103</link>
		<dc:creator>Dave Meehan</dc:creator>
		<pubDate>Sat, 31 Jan 2004 08:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1103</guid>
		<description>It appears to only be related to bottom padding when there is a left border but no bottom border.  I tried all the combinations and thats the one that fails.</description>
		<content:encoded><![CDATA[<p>It appears to only be related to bottom padding when there is a left border but no bottom border.  I tried all the combinations and thats the one that fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixelkitty</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1102</link>
		<dc:creator>pixelkitty</dc:creator>
		<pubDate>Sat, 31 Jan 2004 00:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1102</guid>
		<description>I had this exact same problem several months ago and ended up scrapping the entire design because of it and spending a good hour convincing the client that the new design was better anyway.

This solution is genius! Thank you for letting us all in on the process.</description>
		<content:encoded><![CDATA[<p>I had this exact same problem several months ago and ended up scrapping the entire design because of it and spending a good hour convincing the client that the new design was better anyway.</p>
<p>This solution is genius! Thank you for letting us all in on the process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madfish Willie</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1101</link>
		<dc:creator>Madfish Willie</dc:creator>
		<pubDate>Fri, 30 Jan 2004 23:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1101</guid>
		<description>I had the same exact problem with a skin I was designing for another site. Although I couldn&#039;t tell you what my problem was, I do know that it fixed itself with adding the bottom border with the same color as the background. Now I know &quot;WHY&quot; and it will save me several hours trying to figure out where and why in the future!</description>
		<content:encoded><![CDATA[<p>I had the same exact problem with a skin I was designing for another site. Although I couldn&#8217;t tell you what my problem was, I do know that it fixed itself with adding the bottom border with the same color as the background. Now I know &#8220;WHY&#8221; and it will save me several hours trying to figure out where and why in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1100</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 30 Jan 2004 20:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1100</guid>
		<description>David: Right, should have known John and Holly would have this IE bug covered too. They&#039;ve documented quite a few of them. Thanks.</description>
		<content:encoded><![CDATA[<p>David: Right, should have known John and Holly would have this IE bug covered too. They&#8217;ve documented quite a few of them. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Kolar</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1099</link>
		<dc:creator>David Kolar</dc:creator>
		<pubDate>Fri, 30 Jan 2004 20:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1099</guid>
		<description>&lt;a href=&quot;http://www.positioniseverything.net/explorer/creep.html&quot; rel=&quot;nofollow&quot;&gt;Magik Creeping Text&lt;/a&gt; is an additional source of information on this and other CSS-related browser bugs.</description>
		<content:encoded><![CDATA[<p><a href="http://www.positioniseverything.net/explorer/creep.html" rel="nofollow">Magik Creeping Text</a> is an additional source of information on this and other CSS-related browser bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Blanchard</title>
		<link>http://stopdesign.com/archive/2004/01/30/ie_factor_example.html#comment-1098</link>
		<dc:creator>Scott Blanchard</dc:creator>
		<pubDate>Fri, 30 Jan 2004 20:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=168#comment-1098</guid>
		<description>Thanks alot for posting this. I&#039;m sure it will save someone (including me) some head scratching.

One question though, since you are using an unclassed h2 element as your hook for the title, do you run a risk of unintended styling if he user places an h2 element in the content of the module? Why not give the h2 a class instead?

Module Title</description>
		<content:encoded><![CDATA[<p>Thanks alot for posting this. I&#8217;m sure it will save someone (including me) some head scratching.</p>
<p>One question though, since you are using an unclassed h2 element as your hook for the title, do you run a risk of unintended styling if he user places an h2 element in the content of the module? Why not give the h2 a class instead?</p>
<p>Module Title</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
