<?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>Gabriel Rodriguez Plancarte &#187; Internet Explorer 7</title>
	<atom:link href="http://gabrielrodriguez.net/tag/internet-explorer-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielrodriguez.net</link>
	<description>Tecnologia, Diseño, Negocios y Desarrollo</description>
	<lastBuildDate>Mon, 29 Mar 2010 07:58:45 +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>Tip Rapido: Como hacer que Internet Explorer 7 redimensione las imagenes con mejor calidad</title>
		<link>http://gabrielrodriguez.net/tip-rapido-como-hacer-que-internet-explorer-7-redimensione-las-imagenes-con-mejor-calidad/</link>
		<comments>http://gabrielrodriguez.net/tip-rapido-como-hacer-que-internet-explorer-7-redimensione-las-imagenes-con-mejor-calidad/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 07:27:35 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>

		<guid isPermaLink="false">http://gabrielrodriguez.net/?p=70</guid>
		<description><![CDATA[Casi todos los navegadores, con excepcion de Internet Explorer, utilizan interpolación cúbica al momento de redimensionar una imagen, es decir, cuando especificamos un width y height menores a los que la imagen realmente tiene.
Bueno, con solo agregar este estilo a la hoja de estilos, las imagenes redimensionadas se veran mucho mejores en Internet Explorer de [...]]]></description>
			<content:encoded><![CDATA[<p>Casi todos los navegadores, <strong>con excepcion de Internet Explorer</strong>, utilizan<strong> interpolación cúbica</strong> al momento de <strong>redimensionar una imagen</strong>, es decir, cuando especificamos un width y height menores a los que la imagen realmente tiene.</p>
<p>Bueno, con solo agregar este estilo a la hoja de estilos, <strong>las imagenes redimensionadas se veran mucho mejores en Internet Explorer </strong>de lo que se veian antes.</p>
<pre class="brush: css;">

img { -ms-interpolation-mode:bicubic; }
</pre>
<p>Referencia: <a title="msInterpolationMode property" href="http://msdn.microsoft.com/en-us/library/ms530822(VS.85).aspx" target="_self">msInterpolationMode property</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gabrielrodriguez.net/tip-rapido-como-hacer-que-internet-explorer-7-redimensione-las-imagenes-con-mejor-calidad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
