<?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>Gudasoft &#187; css</title>
	<atom:link href="http://www.gudasoft.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gudasoft.com</link>
	<description>Impossible is nothing</description>
	<lastBuildDate>Mon, 26 Jul 2010 10:22:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>CSS round corner box &#8211; the easy way :)</title>
		<link>http://www.gudasoft.com/english/development/clipart/10/19/1106/css-round-corner-box-the-easy-way/2009</link>
		<comments>http://www.gudasoft.com/english/development/clipart/10/19/1106/css-round-corner-box-the-easy-way/2009#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:52:59 +0000</pubDate>
		<dc:creator>guda</dc:creator>
				<category><![CDATA[Clipart]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.gudasoft.com/?p=1106</guid>
		<description><![CDATA[http://www.neuroticweb.com/recursos/css-rounded-box/]]></description>
			<content:encoded><![CDATA[<p>http://www.neuroticweb.com/recursos/css-rounded-box/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gudasoft.com/english/development/clipart/10/19/1106/css-round-corner-box-the-easy-way/2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool websites on Internet</title>
		<link>http://www.gudasoft.com/english/development/clipart/09/15/130/cool-websites-on-internet/2008</link>
		<comments>http://www.gudasoft.com/english/development/clipart/09/15/130/cool-websites-on-internet/2008#comments</comments>
		<pubDate>Mon, 15 Sep 2008 20:55:56 +0000</pubDate>
		<dc:creator>guda</dc:creator>
				<category><![CDATA[Clipart]]></category>
		<category><![CDATA[Cliparts/Images/etc]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.gudasoft.com/?p=130</guid>
		<description><![CDATA[http://www.artofadambetts.com/weblog/?cat=7 Orignal idea Nice graphics Perfect scroll in the middle (check the mouse scroller) Some desktop wallpapers Photoshop tutorials]]></description>
			<content:encoded><![CDATA[<ul>
<li> http://www.artofadambetts.com/weblog/?cat=7
<ul>
<li>Orignal idea</li>
<li>Nice graphics</li>
<li>Perfect scroll in the middle (check the mouse scroller)</li>
<li>Some desktop wallpapers</li>
<li>Photoshop tutorials</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gudasoft.com/english/development/clipart/09/15/130/cool-websites-on-internet/2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tricks</title>
		<link>http://www.gudasoft.com/english/development/clipart/06/08/65/css-tricks/2008</link>
		<comments>http://www.gudasoft.com/english/development/clipart/06/08/65/css-tricks/2008#comments</comments>
		<pubDate>Sun, 08 Jun 2008 18:06:49 +0000</pubDate>
		<dc:creator>guda</dc:creator>
				<category><![CDATA[Clipart]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.gudasoft.com/?p=65</guid>
		<description><![CDATA[.clearfix &#60;div style=&#8221;clear: both&#8221;&#62; &#8211; do you remember this? I hate it. The people has found a solution for this. http://www.positioniseverything.net/easyclearing.html .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac [...]]]></description>
			<content:encoded><![CDATA[<h1>.clearfix</h1>
<p>&lt;div style=&#8221;clear: both&#8221;&gt; &#8211; do you remember this? I hate it.</p>
<p>The people has found a solution for this.</p>
<p>http://www.positioniseverything.net/easyclearing.html</p>
<p><code><br />
.clearfix:after {<br />
content: ".";<br />
display: block;<br />
height: 0;<br />
clear: both;<br />
visibility: hidden;<br />
}</code></p>
<p><code> </code></p>
<p><code>.clearfix {display: inline-block;}</code></p>
<p><code> </code></p>
<p><code>/* Hides from IE-mac \*/<br />
* html .clearfix {height: 1%;}<br />
.clearfix {display: block;}<br />
/* End hide from IE-mac */<br />
</code></p>
<h1>CSS tools</h1>
<p>Layout generator &#8211; http://csscreator.com/tools/layout</p>
<h1>PNG Patch for IE</h1>
<p>Since IE6 doesn’t render PNG-24 properly, the following hack is required in order to display the transparent PNG (add anywhere in between the <code>&lt;head&gt;</code> tag):</p>
<pre><code class="css">&lt;!--<span class="attr_selector">[if lt IE 7]</span>&gt;

&lt;<span class="keyword">style</span>&gt;
<span class="keyword">h1</span> <span class="keyword">span</span> <span class="rules">{
  <span class="keyword">background</span>:<span class="value"> none</span>;
  filter:<span class="value"> progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gradient.png', sizingMethod='scale')</span>;
}</span>
&lt;/<span class="keyword">style</span>&gt;

&lt;!<span class="attr_selector">[endif]</span>--&gt;</code></pre>
<pre>
/***** Selector Hacks ******/

/* IE6 and below */
* html #uno  { color: red }

/* IE7 */
*:first-child+html #dos { color: red } 

/* IE7, FF, Saf, Opera  */
html>body #tres { color: red }

/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
html>/**/body #cuatro { color: red }

/* Opera 9.27 and below, safari 2 */
html:first-child #cinco { color: red }

/* Safari 2-3 */
html[xmlns*=""] body:last-child #seis { color: red }

/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:nth-of-type(1) #siete { color: red }

/* safari 3+, chrome 1+, opera9+, ff 3.5+ */
body:first-of-type #ocho {  color: red }

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #diez  { color: red  }
}

/* Safari 2 - 3.1 */
html[xmlns*=""]:root #trece  { color: red  }

/* Safari 2 - 3.1, Opera 9.25 */
*|html[xmlns*=""] #catorce { color: red  }

/* Everything but IE6-8 */
:root *> #quince { color: red  }

/* IE7 */
*+html #dieciocho {  color: red }

/* Firefox only. 1+ */
#veinticuatro,  x:-moz-any-link  { color: red }

/* Firefox 3.0+ */
#veinticinco,  x:-moz-any-link, x:default  { color: red  }

/***** Attribute Hacks ******/

/* IE6 */
#once { _color: blue }

/* IE6, IE7 */
#doce { *color: blue }

/* Everything but IE6 */
#diecisiete { color/**/: blue }

/* IE6, IE7, IE8 */
#diecinueve { color: blue\9; }

/* IE7, IE8 */
#veinte { color/*\**/: blue\9; }
</pre>
<p>http://paulirish.com/2009/browser-specific-css-hacks/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gudasoft.com/english/development/clipart/06/08/65/css-tricks/2008/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
