<?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; Soporte PNG para IE6...</title>
	<atom:link href="http://www.frogx3.com/2007/09/25/soporte-png-para-ie6/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>Soporte PNG para IE6</title>
		<link>http://www.frogx3.com/2007/09/25/soporte-png-para-ie6/</link>
		<comments>http://www.frogx3.com/2007/09/25/soporte-png-para-ie6/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 15:36:42 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="" length="32000" type="image/" />
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Recursos]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/2007/09/25/soporte-png-para-ie6/</guid>
		<description><![CDATA[Como sabemos IE6 da muchos problemas y nos limita a la hora de queres meter images o fondos con archivos PNG que tengan transparencia en cualquier otro navegador incluyendo IE7...]]></description> 
			<content:encoded><![CDATA[<p><!--adsense#news-->Como sabemos <strong>IE6</strong> da muchos problemas y nos limita a la hora de queres meter images o fondos con archivos <strong>PNG</strong> que tengan transparencia en cualquier otro navegador incluyendo IE7 la imagen se muestra muy bien pero en la version 6 aparece en ves de fondo transparente y feo fondo gris.</p>
<p>Desgraciadamente entre las 10 mil actualizaciones que tuvo este navegador nunca arreglaron este problema, pero para eso esta el ingenio y los desarrolladores libres que podemos hacer mucho en este caso en <a href="http://www.twinhelix.com/css/iepngfix/"  title="ie png support" target="_blank">TwinHelix</a> existe una solucion bastante bueno, se trata un archivo y una linea de codigo en tu <strong>CSS</strong> facil y usuable.</p>
<p>Como usarlo:</p>
<p>Primero descargamos el archivo <a href="http://www.twinhelix.com/css/iepngfix/iepngfix.zip"  title="ie png support" target="_blank">iepngfix.zip</a> que estan en la pagina y lo descomprimimos.</p>
<p>Copiamos el archivo <a href="http://www.twinhelix.com/css/iepngfix/iepngfix.zip"  title="ie png support" target="_blank">iepngfix.htc</a> que esta dentro de la carpeta descomprimida y lo copiamos donde vaya a estar nuestro archivo CSS.</p>
<p>Ahora en el CSS metemos lo siguiente, de esta manera el filtro se aplicaria a los tags img y a los divs.</p>
<p>[code lang="css"]<br />
img, div { behavior: url(iepngfix.htc) }<br />
[/code]</p>
<p>Ahora si queremos que el filtro se aplique a todo basta con esto.</p>
<p>[code lang="css"]<br />
*{ behavior: url(iepngfix.htc) }<br />
[/code]</p>
<p>apoco no es sencillo si quieren ver una demostracion de esto entre al siguiente enlace.</p>
<p><a href="http://www.twinhelix.com/css/iepngfix/demo/"  title="ie png support" target="_blank">Ver Ejemplo (Necesario IE6)</a></p>
<!-- SimpleReach Slide Plugin Version: 0.6.0 -->
<script type='text/javascript' id='simplereach-slide-tag'>
    __spr_config = {
      pid: '4e4ae1a5c2b219358b000005',
      title: 'Soporte PNG para IE6',
      ckw: 'CSS,Fix,ie6,png,Recursos,Tips',
      chan: '',
      no_slide: '',
      slide_logo: true,
      pub: '2007-09-25 21:36:42',
      url: 'http%3A%2F%2Fwww.frogx3.com%2F2007%2F09%2F25%2Fsoporte-png-para-ie6%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/2007/09/25/soporte-png-para-ie6/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

