<?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 Sucks</title>
	<atom:link href="http://justorb.com/2006/08/12/ie-sucks/feed/" rel="self" type="application/rss+xml" />
	<link>http://justorb.com/2006/08/12/ie-sucks/</link>
	<description>A Tangential Autobiography</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:52:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Orb</title>
		<link>http://justorb.com/2006/08/12/ie-sucks/comment-page-1/#comment-2034</link>
		<dc:creator>Orb</dc:creator>
		<pubDate>Tue, 22 Aug 2006 22:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://justorb.com/2006/08/12/ie-sucks/#comment-2034</guid>
		<description>I was reading up on using conditional stylesheets, and that does seem the way to go, and right at the top of the one for IE is going to be a banner telling them to get a REAL browser. :lol:</description>
		<content:encoded><![CDATA[<p>I was reading up on using conditional stylesheets, and that does seem the way to go, and right at the top of the one for IE is going to be a banner telling them to get a REAL browser. :lol:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard@Home</title>
		<link>http://justorb.com/2006/08/12/ie-sucks/comment-page-1/#comment-2026</link>
		<dc:creator>Richard@Home</dc:creator>
		<pubDate>Tue, 22 Aug 2006 11:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://justorb.com/2006/08/12/ie-sucks/#comment-2026</guid>
		<description>&quot;How valid XHTML and valid CSS can screw up so badly in a modern browser, I donâ€™t know&quot;

Your first mistake (and a very common one) was confusing IE with a modern browser. It&#039;s not had an update (apart from the gazillion security patches) for 5 years.

Dont go poluting your CSS files with hacks to get it working in IE though, use conditional stylesheets and keep your code clean and pure :)</description>
		<content:encoded><![CDATA[<p>&#8220;How valid XHTML and valid CSS can screw up so badly in a modern browser, I donâ€™t know&#8221;</p>
<p>Your first mistake (and a very common one) was confusing IE with a modern browser. It&#8217;s not had an update (apart from the gazillion security patches) for 5 years.</p>
<p>Dont go poluting your CSS files with hacks to get it working in IE though, use conditional stylesheets and keep your code clean and pure :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freemont</title>
		<link>http://justorb.com/2006/08/12/ie-sucks/comment-page-1/#comment-1942</link>
		<dc:creator>freemont</dc:creator>
		<pubDate>Tue, 15 Aug 2006 22:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://justorb.com/2006/08/12/ie-sucks/#comment-1942</guid>
		<description>I feel your pain. Testing a new design (that renders fine in good browsers) in IE can feel like when an ex you don&#039;t want to see shows up at your birthday party. As in, everything&#039;s fine, everybody&#039;s happy, and then... trouble. ;-) A real buzzkill.
The first time you see what IE&#039;s engine is doing to your good markup can really suck the wind out of your sails. Just deal with it; there&#039;s not much choice I guess. :-(
Good luck!</description>
		<content:encoded><![CDATA[<p>I feel your pain. Testing a new design (that renders fine in good browsers) in IE can feel like when an ex you don&#8217;t want to see shows up at your birthday party. As in, everything&#8217;s fine, everybody&#8217;s happy, and then&#8230; trouble. ;-) A real buzzkill.<br />
The first time you see what IE&#8217;s engine is doing to your good markup can really suck the wind out of your sails. Just deal with it; there&#8217;s not much choice I guess. :-(<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orb</title>
		<link>http://justorb.com/2006/08/12/ie-sucks/comment-page-1/#comment-1935</link>
		<dc:creator>Orb</dc:creator>
		<pubDate>Tue, 15 Aug 2006 11:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://justorb.com/2006/08/12/ie-sucks/#comment-1935</guid>
		<description>It&#039;s almost impossible to get a web site looking exactly the same in every browser without doing a browser redirect and having CSS for each of them. That&#039;s just more hassle than I care to put myself through. A person should be able to design a site and have it validate and every browser should then see it as intended. It&#039;s crazy that it doesn&#039;t work this way.

I&#039;m always so glad when I find the one stupid thing causing the problem and work around it. Then I spend the next year just reworking the same template rather than trying something new for fear of having to deal with problems all over again. :D

Good luck with yours too. What it looks like to me is maybe you are having a similar problem to the one I had with some browsers looking at padding and margins differently. Wish I could help, but all I did was go through the CSS and change all the padding and margins one at a time and preview until I hit on one that helped. Sucky way to have to do things.</description>
		<content:encoded><![CDATA[<p>It&#8217;s almost impossible to get a web site looking exactly the same in every browser without doing a browser redirect and having CSS for each of them. That&#8217;s just more hassle than I care to put myself through. A person should be able to design a site and have it validate and every browser should then see it as intended. It&#8217;s crazy that it doesn&#8217;t work this way.</p>
<p>I&#8217;m always so glad when I find the one stupid thing causing the problem and work around it. Then I spend the next year just reworking the same template rather than trying something new for fear of having to deal with problems all over again. :D</p>
<p>Good luck with yours too. What it looks like to me is maybe you are having a similar problem to the one I had with some browsers looking at padding and margins differently. Wish I could help, but all I did was go through the CSS and change all the padding and margins one at a time and preview until I hit on one that helped. Sucky way to have to do things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Andrews</title>
		<link>http://justorb.com/2006/08/12/ie-sucks/comment-page-1/#comment-1927</link>
		<dc:creator>Jim Andrews</dc:creator>
		<pubDate>Tue, 15 Aug 2006 07:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://justorb.com/2006/08/12/ie-sucks/#comment-1927</guid>
		<description>Despite my best efforts, this Word Press blog of mine - though validating as XHTML with CSS that is up to snuff, fails to display properly in Firefox - though IE 7 has no problem with or Opera either... go figure.

Good luck.</description>
		<content:encoded><![CDATA[<p>Despite my best efforts, this Word Press blog of mine &#8211; though validating as XHTML with CSS that is up to snuff, fails to display properly in Firefox &#8211; though IE 7 has no problem with or Opera either&#8230; go figure.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

