<?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: For the Love of a Deity, Please Prove Me Wrong: IE Alpha</title>
	<atom:link href="http://create.tpsitulsa.com/blog/2009/12/29/ie-alpha/feed/" rel="self" type="application/rss+xml" />
	<link>http://create.tpsitulsa.com/blog/2009/12/29/ie-alpha/</link>
	<description>the create framework blog</description>
	<lastBuildDate>Fri, 09 Jul 2010 22:25:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alex Percsi</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/29/ie-alpha/comment-page-1/#comment-344</link>
		<dc:creator>Alex Percsi</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=317#comment-344</guid>
		<description>&lt;p&gt;position:absolute is interpreted in IE as the child element being pulled out of the context of the parent element which means child elements with position:absolute will not inherit all of the css properties you would expect them to.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>position:absolute is interpreted in IE as the child element being pulled out of the context of the parent element which means child elements with position:absolute will not inherit all of the css properties you would expect them to.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Percsi</title>
		<link>http://create.tpsitulsa.com/blog/2009/12/29/ie-alpha/comment-page-1/#comment-343</link>
		<dc:creator>Alex Percsi</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://create.tpsitulsa.com/blog/?p=317#comment-343</guid>
		<description>&lt;p&gt;You can apply the filter property to all sub elements by using the star (*) operator. For example if you have a div and you want to apply a CSS property to all tags in it you can just do&lt;/p&gt;

&lt;p&gt;div * {foo}&lt;/p&gt;

&lt;p&gt;In your case though you would probably want to set it up as &quot;all the tags in a tag that has a certain class name&quot;, i.e.
.filterAll * {filter:alpha....}&lt;/p&gt;

&lt;p&gt;Then just apply that className to the item in question.&lt;/p&gt;

&lt;p&gt;To the best of my knowledge, the star operator is supported by all major browsers.&lt;/p&gt;

&lt;p&gt;I hope this helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can apply the filter property to all sub elements by using the star (*) operator. For example if you have a div and you want to apply a CSS property to all tags in it you can just do</p>

<p>div * {foo}</p>

<p>In your case though you would probably want to set it up as &#8220;all the tags in a tag that has a certain class name&#8221;, i.e.
.filterAll * {filter:alpha&#8230;.}</p>

<p>Then just apply that className to the item in question.</p>

<p>To the best of my knowledge, the star operator is supported by all major browsers.</p>

<p>I hope this helps.</p>]]></content:encoded>
	</item>
</channel>
</rss>

