<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Full Height con JQUERY</title>
	<atom:link href="http://michoacano.com.mx/full-height-con-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://michoacano.com.mx/full-height-con-jquery/</link>
	<description>Blog de un mundialmente conocido habitante del estado de Michoacán. Estudiante del Tecnológico de Morelia, nerd, geek, cinéfilo, metalero, ateo y algo de activista.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:53:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bucio</title>
		<link>http://michoacano.com.mx/full-height-con-jquery/comment-page-1/#comment-105913</link>
		<dc:creator>Bucio</dc:creator>
		<pubDate>Fri, 26 Dec 2008 03:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://michoacano.com.mx/?p=1190#comment-105913</guid>
		<description>nosotros la estiramos</description>
		<content:encoded><![CDATA[<p>nosotros la estiramos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sgarza</title>
		<link>http://michoacano.com.mx/full-height-con-jquery/comment-page-1/#comment-105912</link>
		<dc:creator>sgarza</dc:creator>
		<pubDate>Fri, 26 Dec 2008 01:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://michoacano.com.mx/?p=1190#comment-105912</guid>
		<description>Nosotros le hacemos asi:

Full Height:

&lt;code&gt;
$(&#039;div.full-height&#039;).each(function(){
			$(this).css(&#039;height&#039;, $(this.parentNode).height() - ( $(this).outerHeight(true) - $(this).height() ));
		});
&lt;/code&gt;

Y para hacer columnas de la misma altura:

Same Height:

&lt;code&gt;
$(&#039;div.same-height&#039;).each(function(){
			var height = $(this).outerHeight(true) - ( $(this).outerHeight(true) - $(this).height() );
			$(&#039;&gt; div&#039;, this).each(function(){
				$(this).css(&#039;height&#039;, height);
			});
		});
&lt;/code&gt;

Saludos.</description>
		<content:encoded><![CDATA[<p>Nosotros le hacemos asi:</p>
<p>Full Height:</p>
<p><code><br />
$('div.full-height').each(function(){<br />
			$(this).css('height', $(this.parentNode).height() - ( $(this).outerHeight(true) - $(this).height() ));<br />
		});<br />
</code></p>
<p>Y para hacer columnas de la misma altura:</p>
<p>Same Height:</p>
<p><code><br />
$('div.same-height').each(function(){<br />
			var height = $(this).outerHeight(true) - ( $(this).outerHeight(true) - $(this).height() );<br />
			$('&gt; div', this).each(function(){<br />
				$(this).css('height', height);<br />
			});<br />
		});<br />
</code></p>
<p>Saludos.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

