<?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: 5 CSS Tips to Make IE (You) Happy</title>
	<atom:link href="http://scarfoo.com/archives/16/feed" rel="self" type="application/rss+xml" />
	<link>http://scarfoo.com/archives/16</link>
	<description>Comfy Web Development With Standards in Mind</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: IE6相关资料归档 &#171; 葵中剑&#039;s Blog &#8211; SwordAir.com</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-1035</link>
		<dc:creator>IE6相关资料归档 &#171; 葵中剑&#039;s Blog &#8211; SwordAir.com</dc:creator>
		<pubDate>Wed, 01 Jun 2011 09:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-1035</guid>
		<description>[...] 5 CSS Tips to Make IE (You) Happy [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 CSS Tips to Make IE (You) Happy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick CSS tips for getting IE 6 and IE 7 too play nice &#124; James P Farrell</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-604</link>
		<dc:creator>Quick CSS tips for getting IE 6 and IE 7 too play nice &#124; James P Farrell</dc:creator>
		<pubDate>Wed, 18 Feb 2009 02:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-604</guid>
		<description>[...] References and more info: CSS tips [...]</description>
		<content:encoded><![CDATA[<p>[...] References and more info: CSS tips [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE CSS Bugs - und wie man sie umgeht &#124; Mätzler Marita - Webdesign &#124; Vorarlberg, Bregenzerwald, Rheintal, Bezau &#124; web design</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-596</link>
		<dc:creator>IE CSS Bugs - und wie man sie umgeht &#124; Mätzler Marita - Webdesign &#124; Vorarlberg, Bregenzerwald, Rheintal, Bezau &#124; web design</dc:creator>
		<pubDate>Fri, 06 Feb 2009 14:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-596</guid>
		<description>[...] Tips: http://scarfoo.com/archives/16  Geschrieben in [...]</description>
		<content:encoded><![CDATA[<p>[...] Tips: <a href="http://scarfoo.com/archives/16" rel="nofollow">http://scarfoo.com/archives/16</a>  Geschrieben in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-572</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Thu, 27 Nov 2008 20:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-572</guid>
		<description>In regard to PNG fix, you DO NOT need all of these fancy fixes and htc files.
You only need to apply the Microsoft filter (http://msdn.microsoft.com/en-us/library/ms532969.aspx) in an external style sheet with conditional statements in your header.
Just name the div id and apply the filter to that div:
#myDiv {http://msdn.microsoft.com/en-us/library/ms532969.aspx}

Important Note Regarding Links: if you have links or linked images inside the dive with the filter applied, your links may not work. THE FIX: the div with the filter MUST have positioning and the parent div CANNOT have positioning applied.Just add a generice dive around it and your links will work like magic.
Also, use PNG 32 format and any doc type should work. Just experiment. You cannot use background position or repeat with the filter.

There you have it, an easy and working fix.</description>
		<content:encoded><![CDATA[<p>In regard to PNG fix, you DO NOT need all of these fancy fixes and htc files.<br />
You only need to apply the Microsoft filter (<a href="http://msdn.microsoft.com/en-us/library/ms532969.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms532969.aspx</a>) in an external style sheet with conditional statements in your header.<br />
Just name the div id and apply the filter to that div:<br />
#myDiv {http://msdn.microsoft.com/en-us/library/ms532969.aspx}</p>
<p>Important Note Regarding Links: if you have links or linked images inside the dive with the filter applied, your links may not work. THE FIX: the div with the filter MUST have positioning and the parent div CANNOT have positioning applied.Just add a generice dive around it and your links will work like magic.<br />
Also, use PNG 32 format and any doc type should work. Just experiment. You cannot use background position or repeat with the filter.</p>
<p>There you have it, an easy and working fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zacheos</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-151</link>
		<dc:creator>zacheos</dc:creator>
		<pubDate>Thu, 07 Aug 2008 18:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-151</guid>
		<description>Start with one of my CSS Layout Cheats and you can eliminate many of these headaches. I have provided a collection of fully cross-browser compliant CSS layout templates to use in your layout design.</description>
		<content:encoded><![CDATA[<p>Start with one of my CSS Layout Cheats and you can eliminate many of these headaches. I have provided a collection of fully cross-browser compliant CSS layout templates to use in your layout design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Development Diary: 4 Tips on Working With Fluid Layouts &#124; Scarf*oo</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-79</link>
		<dc:creator>Development Diary: 4 Tips on Working With Fluid Layouts &#124; Scarf*oo</dc:creator>
		<pubDate>Wed, 12 Mar 2008 08:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-79</guid>
		<description>[...] I can&#8217;t stress this enough, reset your styles to a default, so all those browsers will behave as closely between them as possible. This may actually save you some months of your precious life. I already mentioned this in another article. [...]</description>
		<content:encoded><![CDATA[<p>[...] I can&#8217;t stress this enough, reset your styles to a default, so all those browsers will behave as closely between them as possible. This may actually save you some months of your precious life. I already mentioned this in another article. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mind Gravy &#187; Blog Archive &#187; links for 2008-03-03</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-75</link>
		<dc:creator>Mind Gravy &#187; Blog Archive &#187; links for 2008-03-03</dc:creator>
		<pubDate>Mon, 03 Mar 2008 12:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-75</guid>
		<description>[...] 5 CSS Tips to Make IE (You) Happy &#124; Scarf*oo (tags: css) [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 CSS Tips to Make IE (You) Happy | Scarf*oo (tags: css) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 tips CSS para un sitio compatible con IE &#8212; Tablosign</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-74</link>
		<dc:creator>5 tips CSS para un sitio compatible con IE &#8212; Tablosign</dc:creator>
		<pubDate>Fri, 29 Feb 2008 19:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-74</guid>
		<description>[...] 5 tips CSS para un sitio compatible con IE, bastante útiles. [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 tips CSS para un sitio compatible con IE, bastante útiles. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diseño web</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-72</link>
		<dc:creator>diseño web</dc:creator>
		<pubDate>Tue, 19 Feb 2008 16:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-72</guid>
		<description>Gracias por estos asportes. Son muy utiles a la hora de resolver problemas con CSS.</description>
		<content:encoded><![CDATA[<p>Gracias por estos asportes. Son muy utiles a la hora de resolver problemas con CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-01-31 &#171; B-link List</title>
		<link>http://scarfoo.com/archives/16/comment-page-1#comment-52</link>
		<dc:creator>links for 2008-01-31 &#171; B-link List</dc:creator>
		<pubDate>Thu, 31 Jan 2008 00:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://scarfoo.com/archives/16#comment-52</guid>
		<description>[...] 5 CSS Tips to Make IE (You) Happy &#124; Scarf*oo a couple of CSS tips to ease the pain of working with that piece of crappy software. (tags: css ie tips webdesign browser hacks design compatibility development layout) [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 CSS Tips to Make IE (You) Happy | Scarf*oo a couple of CSS tips to ease the pain of working with that piece of crappy software. (tags: css ie tips webdesign browser hacks design compatibility development layout) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

