<?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>Frogx.Three &#187; Los 10 mejores trucos para CSS...</title>
	<atom:link href="http://www.frogx3.com/2008/02/20/los-10-mejores-trucos-para-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frogx3.com</link>
	<description>Blog de diseño con recursos para diseño y desarrollo web - Tutoriales, tips, snippets, iconos, recursos, plantillas</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Los 10 mejores trucos para CSS</title>
		<link>http://www.frogx3.com/2008/02/20/los-10-mejores-trucos-para-css/</link>
		<comments>http://www.frogx3.com/2008/02/20/los-10-mejores-trucos-para-css/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 12:41:28 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2008/02/css_hacks.jpg" length="32000" type="image/jpg" />
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Estandares]]></category>
		<category><![CDATA[Recursos]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[hacks css]]></category>
		<category><![CDATA[tips css]]></category>
		<category><![CDATA[trucos css]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2008/02/20/los-10-mejores-trucos-para-css/</guid>
		<description><![CDATA[En StylizedWeb han hecho un listado de los que condideran como los 10 mejores hacks para CSS. Los hacks son pedasitos de codigo que aprovechan bugs(errores) de los navegadores para...]]></description> 
			<content:encoded><![CDATA[<p align="center"><img src="http://www.frogx3.com/wp-content/uploads/2008/02/css_hacks.jpg" alt="css hacks Los 10 mejores trucos para CSS"  title="Los 10 mejores trucos para CSS" /></p>
<p>En<strong> StylizedWeb</strong> han hecho un listado de los que condideran como los <strong>10 mejores hacks para CSS</strong>.</p>
<h2> Los hacks son pedasitos de codigo que aprovechan bugs(errores) de los navegadores para arreglar otros bugs, usualmente se usan para que los sitios web mantengan una milticompatibilidad entre navegadores, asi como tambien el que normalmente nos obliga a los desarrolladores a usar hacks es el Internet Explorer 6</h2>
<p>Los trucos listados son:</p>
<ul>
<li><strong>Comó alinear un div verticalmente</strong></li>
<li>Comó establecer una altura minima</li>
<li>Comó hacer que todos los navegadores muestren las <strong>imagenes PNG con transparencia</strong> (en frogx3, <a href="http://www.frogx3.com/2007/09/25/soporte-png-para-ie6/"  title="Imagenes con transparencia" target="_blank">Imagenes PNG con transparencia</a>)</li>
<li>Autorclear (no se como decir esta pero seria algo asi como limpiar un area despues de usuar objetos con <em>float</em>)</li>
<li><strong>Comó reiniciar Propiedad de CSS</strong></li>
<li>Scrolling Render IE</li>
<li>Opacidad o <strong>transparencia de Objetos</strong> (en frogx3, <a href="http://www.frogx3.com/2008/02/14/css-columnas-transparentes/"  title="Transparencias con CSS" target="_blank">columnas transparentes con CSS</a>)</li>
<li>Pre Tag</li>
<li>Li Background Repeat IE</li>
<li>Otros tips.</li>
</ul>
<p>Enlace: <a href="http://stylizedweb.com/2008/02/14/10-best-css-hacks/"  title="the best CSS hacks" target="_blank">10 Best CSS Hacks</a></p>
<p align="center"><a href="http://www.frogx3.com/categoria/css/"  title="Trucos y Tips de CSS" target="_blank">Ver mas trucos para CSS y tips </a></p>
<!-- SimpleReach Slide Plugin Version: 0.6.0 -->
<script type='text/javascript' id='simplereach-slide-tag'>
    __spr_config = {
      pid: '4e4ae1a5c2b219358b000005',
      title: 'Los 10 mejores trucos para CSS',
      ckw: 'CSS,hacks css,tips css,trucos css',
      chan: '',
      no_slide: '',
      slide_logo: true,
      pub: '2008-02-20 18:41:28',
      url: 'http%3A%2F%2Fwww.frogx3.com%2F2008%2F02%2F20%2Flos-10-mejores-trucos-para-css%2F',
      header: 'TAMBIEN TE RECOMENDAMOS'
    };
    var content = document.getElementById('simplereach-slide-tag').parentNode, loc;
    if (content.className){ loc = '.' + content.className; }
    if (content.id){ loc = '#' + content.id; }
    __spr_config.loc = loc || content;
    (function(){
    var s = document.createElement('script');
      s.async = true;
      s.type = 'text/javascript';
      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/slide.js';
      __spr_config.css = 'document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/css/p/4e4ae1a5c2b219358b000005.css';
      var tg = document.getElementsByTagName('head')[0];
      if (!tg) {tg = document.getElementsByTagName('body')[0];}
      if (tg) {tg.appendChild(s);}
    })();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2008/02/20/los-10-mejores-trucos-para-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

