<?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>Free Web Resources - Web Resources Depot &#187; Xhtml &amp; Css</title>
	<atom:link href="http://www.webresourcesdepot.com/category/design/xhtml-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sat, 20 Mar 2010 05:01:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross Browser CSS Transforms &#8211; cssSandpaper</title>
		<link>http://www.webresourcesdepot.com/cross-browser-css-transforms-csssandpaper/</link>
		<comments>http://www.webresourcesdepot.com/cross-browser-css-transforms-csssandpaper/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 05:01:56 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Transform]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1553</guid>
		<description><![CDATA[The transform property of CSS allows rotating, scaling, and skewing objects in HTML.
However, as expected, it doesn&#39;t work consistently on every browser (specially IE) and requires a different rule for almost each of them like:

-moz-transform for Mozilla
-o-transform for Opera
-webkit-transform for Webkit engines (like Safari)

cssSandpaper is a JavaScript library which enables IE to support CSS transforms [...]]]></description>
			<content:encoded><![CDATA[<p>The <code>transform</code> property of CSS allows rotating, scaling, and skewing objects in HTML.</p>
<p>However, as expected, it doesn&#39;t work consistently on every browser (specially IE) and requires a different rule for almost each of them like:</p>
<ul>
<li><code>-moz-transform</code> for Mozilla</li>
<li><code>-o-transform</code> for Opera</li>
<li><code>-webkit-transform</code> for Webkit engines (like Safari)</li>
</ul>
<p><a href="http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/" target="_blank"><strong>cssSandpaper</strong></a> is a <strong>JavaScript library</strong> which enables IE to support CSS transforms and every other browser to work with the same rule definitions.</p>
<p><a href="http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/" target="_blank"><img alt="cssSandpaper" height="200" src="http://www.webresourcesdepot.com/wp-content/uploads/csssandpaper.jpg" width="480" /></a></p>
<p>The library requires <strong>its own CSS rules</strong> like <code>-sand-transform</code>, <code>-sand-box-shadow</code> or <code>-sand-gradient</code>.</p>
<p>Once they are defined, it searches for these rules in the CSS file and applies the browser-specific transformations via JavaScript.</p>
<p>There is an <a href="http://www.useragentman.com/tests/cssSandpaper/cube3.html" target="_blank">impressive demo</a> provided which can be tested with every browser.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/transform/" title="Transform" rel="tag">Transform</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/zoom-script-with-a-smart-interface-tjpzoom/" title="Zoom Script With A Smart Interface: TJPzoom (September 4, 2008)">Zoom Script With A Smart Interface: TJPzoom</a></li>
	<li><a href="http://www.webresourcesdepot.com/yui-slideshow-customizable-and-animated-slideshows/" title="YUI Slideshow: Customizable And Animated Slideshows (August 12, 2009)">YUI Slideshow: Customizable And Animated Slideshows</a></li>
	<li><a href="http://www.webresourcesdepot.com/wrap-content-around-images-jqslickwrap/" title="Wrap Content Around Images: jQSlickWrap (November 22, 2009)">Wrap Content Around Images: jQSlickWrap</a></li>
	<li><a href="http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/" title="What You See Is What You Ajax: WaveMaker (March 5, 2008)">What You See Is What You Ajax: WaveMaker</a></li>
	<li><a href="http://www.webresourcesdepot.com/wforms-easy-javascript-form-controls/" title="wForms: Easy JavaScript Form Controls (April 25, 2008)">wForms: Easy JavaScript Form Controls</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/cross-browser-css-transforms-csssandpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS3 Generator: Create CSS3 Rules Easily</title>
		<link>http://www.webresourcesdepot.com/css3-generator-create-css3-rules-easily/</link>
		<comments>http://www.webresourcesdepot.com/css3-generator-create-css3-rules-easily/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:03:03 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[No License]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1545</guid>
		<description><![CDATA[With the rise of the CSS3, we&#39;re seeing more &#38; more tutorials + websites everyday that help us to use it.
After the CSS3, Please!, which was shared at WRD few days ago, Randy Jensen has created a very easy to use website for creating CSS3 rules named CSS3 Generator.

It simply lets you to choose the [...]]]></description>
			<content:encoded><![CDATA[<p>With the rise of the <strong>CSS3</strong>, we&#39;re seeing more &amp; more tutorials + websites everyday that help us to use it.</p>
<p>After the <a href="http://www.webresourcesdepot.com/css3-please-the-cross-browser-css3-rule-generator/">CSS3, Please!</a>, which was shared at WRD few days ago, Randy Jensen has created a <strong>very easy to use website for creating CSS3 rules</strong> named <a href="http://css3generator.com/" target="_blank"><strong>CSS3 Generator</strong></a>.</p>
<p><a href="http://css3generator.com/" target="_blank"><img alt="CSS3 Generator" height="286" src="http://www.webresourcesdepot.com/wp-content/uploads/css3-generator.jpg" width="480" /></a></p>
<p>It simply lets you to choose the rule from a list that includes:</p>
<ul>
<li>border radius</li>
<li>box shadow</li>
<li>text shadow</li>
<li>RGBA</li>
<li>@font-face</li>
<li>multiple columns</li>
<li>box resize</li>
<li>box sizing</li>
<li>outline</li>
</ul>
<p>and customize them while previewing the outputs instantly.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/" title="Use CSS3 Pseudo Selectors With IE: ie-css3.js (January 19, 2010)">Use CSS3 Pseudo Selectors With IE: ie-css3.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/" title="HTML 5 And CSS3 Cheat Sheets Collection (September 8, 2009)">HTML 5 And CSS3 Cheat Sheets Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/font-squirrel-presents-free-fonts-font-face-kits-generator/" title="Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator (December 11, 2009)">Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator</a></li>
	<li><a href="http://www.webresourcesdepot.com/ecsstender-a-javascript-library-to-take-control-of-your-css/" title="eCSStender: A JavaScript Library To Take Control Of Your CSS (October 24, 2009)">eCSStender: A JavaScript Library To Take Control Of Your CSS</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/css3-generator-create-css3-rules-easily/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS3, Please! &#8211; The Cross-Browser CSS3 Rule Generator</title>
		<link>http://www.webresourcesdepot.com/css3-please-the-cross-browser-css3-rule-generator/</link>
		<comments>http://www.webresourcesdepot.com/css3-please-the-cross-browser-css3-rule-generator/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:41:17 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[No License]]></category>
		<category><![CDATA[Web Based]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1521</guid>
		<description><![CDATA[CSS3, Please! is a web-based &#38; simple-yet-effective cross-browser CSS3 rules generator.
As every browser may require different prefixes for the CSS3 properties, this tool makes it so easy by providing them all with an editable &#38; well-commented way where the output can be seen instantly.
Currently, it helps you write the rules for: border-radius, box-shadow, linear-gradients, rotation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://css3please.com/" target="_blank"><strong>CSS3, Please!</strong></a> is a web-based &amp; simple-yet-effective <strong>cross-browser CSS3 rules generator</strong>.</p>
<p>As every browser may require different prefixes for the CSS3 properties, this tool makes it so easy by providing them all with an <strong>editable &amp; well-commented</strong> way where the output can be seen instantly.</p>
<p>Currently, it helps you write the rules for: <strong>border-radius, box-shadow, linear-gradients, rotation &amp; @font-face</strong>. Some other transforms like skew &amp; scale will be added soon.</p>
<p>For some transforms, that Internet Explorer can support via IE filters, they are mentioned too.</p>
<p><a href="http://css3please.com/" target="_blank"><img alt="CSS3 Please" height="164" src="http://www.webresourcesdepot.com/wp-content/uploads/css3-please.gif" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/font-face/" title="@font-face" rel="tag">@font-face</a>, <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/font-squirrel-presents-free-fonts-font-face-kits-generator/" title="Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator (December 11, 2009)">Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator</a></li>
	<li><a href="http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/" title="Use CSS3 Pseudo Selectors With IE: ie-css3.js (January 19, 2010)">Use CSS3 Pseudo Selectors With IE: ie-css3.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/" title="HTML 5 And CSS3 Cheat Sheets Collection (September 8, 2009)">HTML 5 And CSS3 Cheat Sheets Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/how-typefaces-will-look-on-the-web-web-font-specimen/" title="How Typefaces Will Look On The Web? Web Font Specimen (November 17, 2009)">How Typefaces Will Look On The Web? Web Font Specimen</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/css3-please-the-cross-browser-css3-rule-generator/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Awesome Speech Bubbles With Pure CSS3</title>
		<link>http://www.webresourcesdepot.com/awesome-speech-bubbles-with-pure-css3/</link>
		<comments>http://www.webresourcesdepot.com/awesome-speech-bubbles-with-pure-css3/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 07:18:08 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Speech Bubble]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1519</guid>
		<description><![CDATA[Nicolas Gallagher is sharing a creative way on creating good-looking speech bubbles with CSS3.
There are no images or JavaScript in the implementations but uses the :before and/or :after pseudo-elements to produce basic shapes.
The HTML remains semantic however we should remember that CSS3 is not fully supported by all major browsers &#38; we may again require [...]]]></description>
			<content:encoded><![CDATA[<p>Nicolas Gallagher is sharing a creative way on <strong><a href="http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/" target="_blank">creating good-looking speech bubbles with CSS3</a></strong>.</p>
<p>There are <strong>no images or JavaScript</strong> in the implementations but uses the <code>:before</code> and/or <code>:after</code> pseudo-elements to produce basic shapes.</p>
<p>The HTML remains semantic however we should remember that CSS3 is not fully supported by all major browsers &amp; we may again require JavaScript to add this support (like <a href="http://code.google.com/p/ie7-js/" target="_blank">IE7.js</a>).</p>
<p><a href="http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/" target="_blank"><img alt="CSS3 Speech Bubbles" height="282" src="http://www.webresourcesdepot.com/wp-content/uploads/css3-speech-bubbles.jpg" width="480" /></a></p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://www.webresourcesdepot.com/tag/speech-bubble/" title="Speech Bubble" rel="tag">Speech Bubble</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/" title="Use CSS3 Pseudo Selectors With IE: ie-css3.js (January 19, 2010)">Use CSS3 Pseudo Selectors With IE: ie-css3.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/" title="HTML 5 And CSS3 Cheat Sheets Collection (September 8, 2009)">HTML 5 And CSS3 Cheat Sheets Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/font-squirrel-presents-free-fonts-font-face-kits-generator/" title="Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator (December 11, 2009)">Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator</a></li>
	<li><a href="http://www.webresourcesdepot.com/ecsstender-a-javascript-library-to-take-control-of-your-css/" title="eCSStender: A JavaScript Library To Take Control Of Your CSS (October 24, 2009)">eCSStender: A JavaScript Library To Take Control Of Your CSS</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/awesome-speech-bubbles-with-pure-css3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTML5-Powered CSS Framework: Less</title>
		<link>http://www.webresourcesdepot.com/html5-powered-css-framework-less/</link>
		<comments>http://www.webresourcesdepot.com/html5-powered-css-framework-less/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 06:54:36 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[CC License]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1487</guid>
		<description><![CDATA[Less Framework is a lightweight CSS framework for building flexible multi-column website layouts.
It contains an eight-column grid optimized for a line-height of 24px &#38; a set of typography presets based on the golden ratio which is parallel to the grid&#8217;s vertical rhythm.

Web pages created with the framework collapse smartly into a single column in modern [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lessframework.com/" target="_blank"><strong>Less Framework</strong></a> is a <strong>lightweight CSS framework</strong> for building <strong>flexible multi-column website layouts</strong>.</p>
<p>It <strong>contains an eight-column grid</strong> optimized for a line-height of 24px &amp; a set of typography presets based on the golden ratio which is parallel to the grid&rsquo;s vertical rhythm.</p>
<p><a href="http://lessframework.com/" target="_blank"><img alt="Less Framework" height="119" src="http://www.webresourcesdepot.com/wp-content/uploads/less-framework.jpg" width="480" /></a></p>
<p>Web pages created with the framework collapse smartly into a single column in modern browsers &amp; on small screens.</p>
<p><strong>Less Framework</strong> uses the <a href="http://remysharp.com/2009/01/07/html5-enabling-script/" target="_blank">HTML5 enabling script by Remy Sharp</a> &amp; optionally there is a JavaScript function provided (requires jQuery) included which mimics the function of <code>min-device-width</code> for browsers that do not support it.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/grid/" title="Grid" rel="tag">Grid</a>, <a href="http://www.webresourcesdepot.com/tag/html5/" title="HTML5" rel="tag">HTML5</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/plupload-advanced-multiple-file-uploader/" title="Plupload: Advanced Multiple File Uploader (February 4, 2010)">Plupload: Advanced Multiple File Uploader</a></li>
	<li><a href="http://www.webresourcesdepot.com/live-data-while-scrolling-for-ext-js/" title="Live Data While Scrolling For Ext JS (February 24, 2008)">Live Data While Scrolling For Ext JS</a></li>
	<li><a href="http://www.webresourcesdepot.com/html5-and-javascript-audio-interface-jai/" title="HTML5 And Javascript Audio Interface: JAI (January 13, 2010)">HTML5 And Javascript Audio Interface: JAI</a></li>
	<li><a href="http://www.webresourcesdepot.com/feature-rich-data-grid-for-jquery-flexigrid/" title="Feature-Rich Data Grid For jQuery: Flexigrid (March 24, 2008)">Feature-Rich Data Grid For jQuery: Flexigrid</a></li>
	<li><a href="http://www.webresourcesdepot.com/better-html5-css3-usage-by-detecting-browsers-capabilities-with-modernizr/" title="Better HTML5 &#038; CSS3 Usage By Detecting Browsers Capabilities With Modernizr (July 2, 2009)">Better HTML5 &#038; CSS3 Usage By Detecting Browsers Capabilities With Modernizr</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/html5-powered-css-framework-less/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tiny CSS Framework For Rapid Layouts: EZ-CSS</title>
		<link>http://www.webresourcesdepot.com/tiny-css-framework-for-rapid-layouts-ez-css/</link>
		<comments>http://www.webresourcesdepot.com/tiny-css-framework-for-rapid-layouts-ez-css/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:16:16 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[BSD License]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1464</guid>
		<description><![CDATA[EZ-CSS is a lightweight (only 1kb) CSS framework for easily creating table-less layouts.
The framework enables you to create multiple columns of any width, with or without gutters of any width.

EZ-CSS is very flexible:

each module or layout contains a width-less container which prevents rounding issues or rounding errors.
it creates self-clearing containers which means every box will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ez-css.org/" target="_blank"><strong>EZ-CSS</strong></a> is a <strong>lightweight (only 1kb) CSS framework</strong> for easily creating table-less layouts.</p>
<p>The framework enables you to create multiple columns of any width, with or without gutters of any width.</p>
<p><a href="http://www.ez-css.org/" target="_blank"><img alt="EZ-CSS Framework" height="115" src="http://www.webresourcesdepot.com/wp-content/uploads/ez-css-framework.gif" width="480" /></a></p>
<h3>EZ-CSS is very flexible:</h3>
<ul>
<li>each module or layout contains a width-less container which prevents rounding issues or rounding errors.</li>
<li>it creates self-clearing containers which means every box will contain floats.</li>
</ul>
<p>As <strong>EZ-CSS</strong> has a very small footprint, it <strong>can be fully inserted into any stylesheet or a style element</strong> which would make it compatible with every other CSS framework too.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/prototype/" title="Prototype" rel="tag">Prototype</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/user-friendly-prototype-scriptaculous-popups-modalbox/" title="User Friendly Prototype + Script.aculo.us Popups: Modalbox (February 7, 2008)">User Friendly Prototype + Script.aculo.us Popups: Modalbox</a></li>
	<li><a href="http://www.webresourcesdepot.com/use-lightbox-from-flash-flashlightboxinjector/" title="Use Lightbox From Flash: flashLightBoxInjector (September 12, 2008)">Use Lightbox From Flash: flashLightBoxInjector</a></li>
	<li><a href="http://www.webresourcesdepot.com/the-new-script-aculo-us-for-prototype-scripty2/" title="The New Script.aculo.us For Prototype: Scripty2 (October 29, 2009)">The New Script.aculo.us For Prototype: Scripty2</a></li>
	<li><a href="http://www.webresourcesdepot.com/sortable-and-editable-tables-with-ajax/" title="Sortable And Editable Tables (With Ajax) (February 15, 2008)">Sortable And Editable Tables (With Ajax)</a></li>
	<li><a href="http://www.webresourcesdepot.com/createsmarter-and-good-looking-lists-using-smarter-lists/" title="Smarter And Good Looking Lists With Smart Lists (March 16, 2008)">Smarter And Good Looking Lists With Smart Lists</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/tiny-css-framework-for-rapid-layouts-ez-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS3 Framework With HTML5 Support: 52framework</title>
		<link>http://www.webresourcesdepot.com/css3-framework-with-html5-support-52framework/</link>
		<comments>http://www.webresourcesdepot.com/css3-framework-with-html5-support-52framework/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:21:25 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[CC License]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1426</guid>
		<description><![CDATA[52framework is a CSS framework which aims to provide an easy way to build websites using HTML5 &#38; CSS3 while still supporting all modern browsers (including ie6).
It uses HTML5 tags like header, nav, section, article, footer or new input field types like url, email, etc. The framework also has a HTML5 compatible reset stylesheet.

52framework uses [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://52framework.com/" target="_blank"><strong>52framework</strong></a> is a <strong>CSS framework</strong> which aims to provide an easy way to <strong>build websites using HTML5 &amp; CSS3</strong> while still supporting all modern browsers (including ie6).</p>
<p>It <strong>uses HTML5 tags</strong> like header, nav, section, article, footer or new input field types like url, email, etc. The framework also has a <strong>HTML5 compatible reset stylesheet</strong>.</p>
<p><a href="http://52framework.com/" target="_blank"><img alt="52framework" height="181" src="http://www.webresourcesdepot.com/wp-content/uploads/52framework.jpg" width="480" /></a></p>
<p><strong>52framework</strong> uses the new <code>::selection</code> selector that enables you to customize the properties of selected text.</p>
<p>It can <strong>apply rounded corners for any block level element, text-shadow for text elements</strong> &amp; more.</p>
<p>The framework also <strong>includes styles for creating grids</strong>: 16 column, 52 pixel based with 8 pixel gutter.</p>
<p><strong>52framework</strong> is a user-contributed resource &amp; you can easily send suggestions to improve it further.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://www.webresourcesdepot.com/tag/html5/" title="HTML5" rel="tag">HTML5</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/better-html5-css3-usage-by-detecting-browsers-capabilities-with-modernizr/" title="Better HTML5 &#038; CSS3 Usage By Detecting Browsers Capabilities With Modernizr (July 2, 2009)">Better HTML5 &#038; CSS3 Usage By Detecting Browsers Capabilities With Modernizr</a></li>
	<li><a href="http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/" title="Use CSS3 Pseudo Selectors With IE: ie-css3.js (January 19, 2010)">Use CSS3 Pseudo Selectors With IE: ie-css3.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/plupload-advanced-multiple-file-uploader/" title="Plupload: Advanced Multiple File Uploader (February 4, 2010)">Plupload: Advanced Multiple File Uploader</a></li>
	<li><a href="http://www.webresourcesdepot.com/html5-powered-css-framework-less/" title="HTML5-Powered CSS Framework: Less (March 2, 2010)">HTML5-Powered CSS Framework: Less</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/css3-framework-with-html5-support-52framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Complete CSS Framework: Markercss</title>
		<link>http://www.webresourcesdepot.com/a-complete-css-framework-markercss/</link>
		<comments>http://www.webresourcesdepot.com/a-complete-css-framework-markercss/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:01:19 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1409</guid>
		<description><![CDATA[Markercss is a complete CSS framework for creating website layouts quickly.
It comes with a set of stylesheets: layout, borders, backgrounds, links, forms, text, colors &#38; tables which makes it possible to use only what is needed.

The framework has a combination of references like adding a w10 class (10-1000 is defined) will make an element 10px [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.markercss.com/en/index.php" target="_blank">Markercss</a></strong> is a <strong>complete CSS framework</strong> for creating website layouts quickly.</p>
<p>It comes with a set of stylesheets: <strong>layout, borders, backgrounds, links, forms, text, colors &amp; tables</strong> which makes it possible to use only what is needed.</p>
<p><a href="http://www.markercss.com/en/index.php" target="_blank"><img alt="Markercss CSS Framework" height="165" src="http://www.webresourcesdepot.com/wp-content/uploads/markercss-css-framework.jpg" width="480" /></a></p>
<p>The framework has a <a href="http://www.markercss.com/en/index.php?page=referencias" target="_blank"><strong>combination of references</strong></a> like adding a <code>w10</code> class (10-1000 is defined) will make an element 10px or <code>p5</code> (5-50 is defined) will add a 5px padding.</p>
<p>It <strong>doesn&#39;t force or limit the designer with preset widths/heights</strong>, rather, it focuses on offering the most used styles in a flexible way.</p>
<p>There is a <a href="http://www.markercss.com/en/index.php?page=ejemplos" target="_blank">set of examples</a> provided which shows how <strong>Markercss</strong> works.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/table/" title="Table" rel="tag">Table</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/style-tables-easily-with-tablecloth/" title="Style Tables Easily With Tablecloth (January 13, 2008)">Style Tables Easily With Tablecloth</a></li>
	<li><a href="http://www.webresourcesdepot.com/sortable-and-editable-tables-with-ajax/" title="Sortable And Editable Tables (With Ajax) (February 15, 2008)">Sortable And Editable Tables (With Ajax)</a></li>
	<li><a href="http://www.webresourcesdepot.com/maximum-table-functionality-datatables/" title="Maximum Table Functionality: DataTables (March 1, 2009)">Maximum Table Functionality: DataTables</a></li>
	<li><a href="http://www.webresourcesdepot.com/easy-draggable-table-columns-dragtable/" title="Easy Draggable Table Columns: Dragtable (June 28, 2008)">Easy Draggable Table Columns: Dragtable</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/a-complete-css-framework-markercss/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating Nice 3D Ribbons With Pure CSS3</title>
		<link>http://www.webresourcesdepot.com/creating-nice-3d-ribbons-with-pure-css3/</link>
		<comments>http://www.webresourcesdepot.com/creating-nice-3d-ribbons-with-pure-css3/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 09:13:32 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[No License]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Ribbon]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1404</guid>
		<description><![CDATA[Many websites use various objects to create a 3D perception, an illusion of depth. Ribbons are probably one of the most popular ones.
PV.M Garage, a blog focused on web design, is sharing an inspiring tutorial which shows &#34;how to create 3D ribbons with only CSS3&#34;.

The tutorial makes use of the CSS3 properties box-shadow, transform &#38; [...]]]></description>
			<content:encoded><![CDATA[<p>Many websites use various objects to create a 3D perception, an illusion of depth. Ribbons are probably one of the most popular ones.</p>
<p><strong>PV.M Garage</strong>, a blog focused on web design, is sharing an inspiring tutorial which shows &quot;<a href="http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/" target="_blank"><strong>how to create 3D ribbons with only CSS3</strong></a>&quot;.</p>
<p><a href="http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/" target="_blank"><img alt="3D CSS Ribbon" height="202" src="http://www.webresourcesdepot.com/wp-content/uploads/3d-css-ribbon.jpg" width="480" /></a></p>
<p>The <strong>tutorial makes use of the CSS3 properties</strong> <code>box-shadow</code>, <code>transform</code> &amp; <code>border-radius</code>.</p>
<p>Also, lets remember that it is possible to <a href="http://www.webresourcesdepot.com/creating-triangles-with-pure-css/"><strong>create triangles with CSS</strong></a> which is the key for the ribbons in this tutorial.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://www.webresourcesdepot.com/tag/ribbon/" title="Ribbon" rel="tag">Ribbon</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/" title="Use CSS3 Pseudo Selectors With IE: ie-css3.js (January 19, 2010)">Use CSS3 Pseudo Selectors With IE: ie-css3.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/" title="HTML 5 And CSS3 Cheat Sheets Collection (September 8, 2009)">HTML 5 And CSS3 Cheat Sheets Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/font-squirrel-presents-free-fonts-font-face-kits-generator/" title="Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator (December 11, 2009)">Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator</a></li>
	<li><a href="http://www.webresourcesdepot.com/ecsstender-a-javascript-library-to-take-control-of-your-css/" title="eCSStender: A JavaScript Library To Take Control Of Your CSS (October 24, 2009)">eCSStender: A JavaScript Library To Take Control Of Your CSS</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/creating-nice-3d-ribbons-with-pure-css3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use CSS3 Pseudo Selectors With IE: ie-css3.js</title>
		<link>http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/</link>
		<comments>http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 08:16:20 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Xhtml & Css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=1396</guid>
		<description><![CDATA[ie-css3.js is a project by Keith Clark which enables Internet Explorer to identify CSS3 pseudo selectors &#38; render any such styles.
Including 2 JS files (DOMAssistant is required too) into your web pages &#38; inserting CSS files with the &#60;link&#62; tag (inline styles are not supported) will make the rules work.

How does it work?
ie-css3.js downloads each [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.keithclark.co.uk/labs/ie-css3/" target="_blank"><strong>ie-css3.js</strong></a> is a project by Keith Clark which <strong>enables Internet Explorer to identify CSS3 pseudo selectors</strong> &amp; render any such styles.</p>
<p>Including 2 JS files (<a href="http://www.domassistant.com/" target="_blank">DOMAssistant</a> is required too) into your web pages &amp; inserting CSS files with the <code>&lt;link&gt;</code> tag (inline styles are not supported) will make the rules work.</p>
<p><a href="http://www.keithclark.co.uk/labs/ie-css3/" target="_blank"><img alt="ie-css3.js" height="89" src="http://www.webresourcesdepot.com/wp-content/uploads/ie-css3-js.jpg" width="480" /></a></p>
<h3>How does it work?</h3>
<p><strong>ie-css3.js</strong> downloads each style sheet on the page and parses it for CSS3 pseduo selectors.</p>
<p>If a selector is found, it&#39;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, DOMAssistant is used to find the DOM nodes matching the original CSS3 selector and the same CSS class is applied them.</p>
<h3>Supported selectors are:</h3>
<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>Alternatively, the popular <a href="http://dean.edwards.name/IE7/" target="_blank">IE7.js</a> offers a similar functionality as well.</p>
<p><strong>P.S.</strong> It doesn&#39;t support <code>:not()</code> pseudo selector.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://www.webresourcesdepot.com/tag/ie/" title="IE" rel="tag">IE</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/test-drive-ie9-with-the-preview-release/" title="Test Drive IE9 With The Preview Release (March 17, 2010)">Test Drive IE9 With The Preview Release</a></li>
	<li><a href="http://www.webresourcesdepot.com/simple-functional-screenshot-tool-lightshot/" title="Simple &#038; Functional Screenshot Tool: LightShot (January 14, 2010)">Simple &#038; Functional Screenshot Tool: LightShot</a></li>
	<li><a href="http://www.webresourcesdepot.com/lightweight-rounded-corners-dd_roundies/" title="Lightweight Rounded Corners: DD_roundies (December 4, 2008)">Lightweight Rounded Corners: DD_roundies</a></li>
	<li><a href="http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/" title="HTML 5 And CSS3 Cheat Sheets Collection (September 8, 2009)">HTML 5 And CSS3 Cheat Sheets Collection</a></li>
	<li><a href="http://www.webresourcesdepot.com/font-squirrel-presents-free-fonts-font-face-kits-generator/" title="Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator (December 11, 2009)">Font Squirrel Presents Free Fonts, @font-face Kits &#038; Generator</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/use-css3-pseudo-selectors-with-ie-ie-css3-js/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 36/81 queries in -4.405 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-21 08:45:01 -->