<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blogfreakz.com &#187; IE</title>
	<atom:link href="http://blogfreakz.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>Web Development, Web Trends, open source resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>ie-css3.js &#8211; CSS3 pseudo selector emulation for IE 5-8</title>
		<link>http://blogfreakz.com/css-layout/css3-emulation-for-ie/</link>
		<comments>http://blogfreakz.com/css-layout/css3-emulation-for-ie/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:17:25 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[CSS Layout]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=3030</guid>
		<description><![CDATA[ie-css3.js is javascript library that allows Internet Explorer to identify CSS3 pseudo selectors and render any style rules defined with them. Simply include the script in your pages and start using these selectors in your style sheets  they&#8217;ll work in IE How it work e-css3.js downloads each style sheet on the page and parses it [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ie-css3.js</strong> is javascript library that allows <strong>Internet Explorer to identify CSS3</strong> pseudo selectors and render any style rules defined with them. Simply include the script in your pages and start using these selectors in your style sheets  they&#8217;ll work in IE</p>
<h5><span id="more-3030"></span></h5>
<h5><img class="alignnone size-large wp-image-3032" title="ie-css3" src="http://blogfreakz.com/wp-content/uploads/2010/01/ie-css3-600x250.png" alt="ie css3 600x250 ie css3.js   CSS3 pseudo selector emulation for IE 5 8" width="600" height="250" /></h5>
<h5>How it work</h5>
<p>e-css3.js downloads each style sheet on the page and parses it for CSS3 pseduo selectors.  		If a selector is found it&#8217;s replaced by CSS class of a similar name. For example:  		<code>div:nth-child(2)</code> will become <code>div._iecss-nth-child-2</code>. Next, Robert Nyman&#8217;s  		<a rel="nofollow" href="http://www.domassistant.com/">DOMAssistant</a> is used to find the DOM nodes matching the 		original CSS3 selector and the same CSS class is applied them.</p>
<p>Finally, the original stylesheet is replaced with the new version and any elements targeted 		with CSS3 selectors will be styled.</p>
<h5>Supported pseudo selectors</h5>
<ul>
<li>:nth-child</li>
<li>:nth-last-child</li>
<li>:nth-of-type</li>
<li>:nth-last-of-type</li>
<li>:first-child</li>
<li>:last-child</li>
<li>: only-child</li>
<li>:first-of-type</li>
<li>:last-of-type</li>
<li>: only-of-type</li>
<li>:empty</li>
</ul>
<p class="download"><strong>Requirements:</strong> DOMAssistant<br />
<strong>Compatibility:</strong> IE 5-8<br />
<strong>Website</strong>: <a rel="nofollow" href="http://www.keithclark.co.uk/labs/ie-css3/" target="_blank">http://www.keithclark.co.uk/labs/ie-css3/</a><br />
<strong>License</strong>:<a rel="nofollow" href="http://www.opensource.org/licenses/mit-license.php"> MIT license</a></p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="ie-css3 js">ie-css3 js</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="/* IE-CSS3 js">/* IE-CSS3 js</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="iecss3 js">iecss3 js</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="ie css3 js">ie css3 js</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="e-css3 js">e-css3 js</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="pseudo selector scriptaculous">pseudo selector scriptaculous</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="ie-css3 js example page">ie-css3 js example page</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="javascript for emulation css3 in ie">javascript for emulation css3 in ie</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="css3 style forms">css3 style forms</a></li>
<li><a href="http://blogfreakz.com/css-layout/css3-emulation-for-ie/" title="CSS3 emulation">CSS3 emulation</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/css-layout/css3-emulation-for-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

