<?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: How I debug CSS in IE6</title>
	<atom:link href="http://imgiseverything.co.uk/articles/how-i-debug-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/</link>
	<description>Manchester web designer Phil Thompson</description>
	<lastBuildDate>Mon, 28 Nov 2011 11:34:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: andrew</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-107184</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 11 Nov 2008 04:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-107184</guid>
		<description>Thanks for the tips, some of them I already do..</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, some of them I already do..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Spidla</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-107127</link>
		<dc:creator>Raymond Spidla</dc:creator>
		<pubDate>Mon, 10 Nov 2008 01:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-107127</guid>
		<description>Thanks for the list of tips and tricks. Anything that saves a little time is much appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks for the list of tips and tricks. Anything that saves a little time is much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-107009</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 07 Nov 2008 01:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-107009</guid>
		<description>I&#039;d also add:
- the IE web accessibility toolbar (http://www.visionaustralia.org.au/ais/toolbar/) 
- firebug lite (http://getfirebug.com/lite.html)
- and xray (http://www.westciv.com/xray/)
... to your bag of tricks for debugging complex or ajax-driven sites.</description>
		<content:encoded><![CDATA[<p>I&#8217;d also add:<br />
- the IE web accessibility toolbar (<a href="http://www.visionaustralia.org.au/ais/toolbar/" rel="nofollow">http://www.visionaustralia.org.au/ais/toolbar/</a>)<br />
- firebug lite (<a href="http://getfirebug.com/lite.html" rel="nofollow">http://getfirebug.com/lite.html</a>)<br />
- and xray (<a href="http://www.westciv.com/xray/" rel="nofollow">http://www.westciv.com/xray/</a>)<br />
&#8230; to your bag of tricks for debugging complex or ajax-driven sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106997</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 06 Nov 2008 21:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106997</guid>
		<description>Good tips. Funnily enough though with my experience, I actually avoid reset.css or similar, and avoid floating anything at all unless I have to when building new sites, but whatever method works for when I&#039;m thrown n the deep end of an existing CSS mess.</description>
		<content:encoded><![CDATA[<p>Good tips. Funnily enough though with my experience, I actually avoid reset.css or similar, and avoid floating anything at all unless I have to when building new sites, but whatever method works for when I&#8217;m thrown n the deep end of an existing CSS mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106870</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 03 Nov 2008 12:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106870</guid>
		<description>height:1%; also fixes many IE6 issues</description>
		<content:encoded><![CDATA[<p>height:1%; also fixes many IE6 issues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106865</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Sun, 02 Nov 2008 19:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106865</guid>
		<description>@Richard, Peacock Carter: yes I love position: relative... it&#039;s the penicillin of IE6 bugs. Got a PNG background image behind a link - throw some position: relative at it; got a negative margin on a div (to get it outside of its parent div) but it gets cut-off behind something else - throw some position: relative at it :)

I&#039;ve also been finding display: inline-block to be of good use lately too - don&#039;t ask me why it works it just does sometimes!</description>
		<content:encoded><![CDATA[<p>@Richard, Peacock Carter: yes I love position: relative&#8230; it&#8217;s the penicillin of IE6 bugs. Got a PNG background image behind a link &#8211; throw some position: relative at it; got a negative margin on a div (to get it outside of its parent div) but it gets cut-off behind something else &#8211; throw some position: relative at it :)</p>
<p>I&#8217;ve also been finding display: inline-block to be of good use lately too &#8211; don&#8217;t ask me why it works it just does sometimes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard, Peacock Carter</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106829</link>
		<dc:creator>Richard, Peacock Carter</dc:creator>
		<pubDate>Sat, 01 Nov 2008 11:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106829</guid>
		<description>It&#039;s amazing how &#039;position: relative&#039; fixes a lot of problems in IE. When debugging, I also tend to set background colours/borders on elements so I can check they&#039;re where they should be.</description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing how &#8216;position: relative&#8217; fixes a lot of problems in IE. When debugging, I also tend to set background colours/borders on elements so I can check they&#8217;re where they should be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106821</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Sat, 01 Nov 2008 08:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106821</guid>
		<description>@Mark: IE Mac is best ignored completely :)

@Paul Michael Smith: I share your pain: I find with transparent PNGs that the hacks usually work, but every now and again - especially where links are involved - the whole thing breaks down leaving links that can&#039;t be clicked.</description>
		<content:encoded><![CDATA[<p>@Mark: IE Mac is best ignored completely :)</p>
<p>@Paul Michael Smith: I share your pain: I find with transparent PNGs that the hacks usually work, but every now and again &#8211; especially where links are involved &#8211; the whole thing breaks down leaving links that can&#8217;t be clicked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Michael Smith</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106778</link>
		<dc:creator>Paul Michael Smith</dc:creator>
		<pubDate>Fri, 31 Oct 2008 18:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106778</guid>
		<description>Nice post.

Asepsis before Antisepsis is definitely the answer. I usually do that by building to W3C Specifications always in the first instance and then use an IE stylesheet later for proprietary tags, hacks and fixes later.

Good old PIE! (http://www.positioniseverything.net) That has the best write-ups on the IE6 Bugs/Hacks and it made me laugh when IE7 was launched because IE Developers specifically mentioned PIE and the bugs from &quot;explorer exposed&quot; that they had fixed.

My biggest problem comes with Transparency in IE6 because bugs are fixable but something that is just plain not implemented in IE6 is hard to get around. Occasionally the filter: expression will be good enough but most of the time it doesn&#039;t cut it.

Andy Clarke&#039;s post about browser differences we can live with (http://forabeautifulweb.com/blog/about/five_css_design_browser_differences_i_can_live_with/) was interesting its just a shame clients and corporations wont see it that way.

Using the NOT IE conditional will come into play more and more I would think. Detailed nicely here: http://www.simonclayson.co.uk/reportage/ie_6_text_only/</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
<p>Asepsis before Antisepsis is definitely the answer. I usually do that by building to W3C Specifications always in the first instance and then use an IE stylesheet later for proprietary tags, hacks and fixes later.</p>
<p>Good old PIE! (<a href="http://www.positioniseverything.net" rel="nofollow">http://www.positioniseverything.net</a>) That has the best write-ups on the IE6 Bugs/Hacks and it made me laugh when IE7 was launched because IE Developers specifically mentioned PIE and the bugs from &#8220;explorer exposed&#8221; that they had fixed.</p>
<p>My biggest problem comes with Transparency in IE6 because bugs are fixable but something that is just plain not implemented in IE6 is hard to get around. Occasionally the filter: expression will be good enough but most of the time it doesn&#8217;t cut it.</p>
<p>Andy Clarke&#8217;s post about browser differences we can live with (<a href="http://forabeautifulweb.com/blog/about/five_css_design_browser_differences_i_can_live_with/" rel="nofollow">http://forabeautifulweb.com/blog/about/five_css_design_browser_differences_i_can_live_with/</a>) was interesting its just a shame clients and corporations wont see it that way.</p>
<p>Using the NOT IE conditional will come into play more and more I would think. Detailed nicely here: <a href="http://www.simonclayson.co.uk/reportage/ie_6_text_only/" rel="nofollow">http://www.simonclayson.co.uk/reportage/ie_6_text_only/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://imgiseverything.co.uk/articles/how-i-debug-ie6/#comment-106772</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 31 Oct 2008 16:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://imgiseverything.co.uk/?p=340#comment-106772</guid>
		<description>Phil - Nice.  HTML Validator is a must for any developer (along with the web developer toolbar).

For monday, please can we have an article for debugging CSS for IE on the Mac.

Thanks muchly!</description>
		<content:encoded><![CDATA[<p>Phil &#8211; Nice.  HTML Validator is a must for any developer (along with the web developer toolbar).</p>
<p>For monday, please can we have an article for debugging CSS for IE on the Mac.</p>
<p>Thanks muchly!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

