<?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: The simple way to get equal column heights using CSS and jQuery</title>
	<atom:link href="http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/</link>
	<description>web design &#124; blog &#124; madness</description>
	<pubDate>Thu, 09 Feb 2012 14:52:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graphics, vb.net, coding, PHP, MySQL, snippets, 3D Graphics and more!</title>
		<link>http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/comment-page-1/#comment-9464</link>
		<dc:creator>Graphics, vb.net, coding, PHP, MySQL, snippets, 3D Graphics and more!</dc:creator>
		<pubDate>Sun, 20 Nov 2011 11:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=352#comment-9464</guid>
		<description>&lt;strong&gt;Graphics, vb.net, coding, PHP, MySQL, snippets, 3D Graphics and more!...&lt;/strong&gt;

[...]The simple way to get equal column heights using CSS and jQuery &#124; Nouveller[...]...</description>
		<content:encoded><![CDATA[<p><strong>Graphics, vb.net, coding, PHP, MySQL, snippets, 3D Graphics and more!&#8230;</strong></p>
<p>[...]The simple way to get equal column heights using CSS and jQuery | Nouveller[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ColdFusion Developer</title>
		<link>http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/comment-page-1/#comment-9290</link>
		<dc:creator>ColdFusion Developer</dc:creator>
		<pubDate>Fri, 29 Jul 2011 04:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=352#comment-9290</guid>
		<description>What happens if you have an ajax request which changes the DOM and makes one of the columns longer after the $(document).ready() has already fired?</description>
		<content:encoded><![CDATA[<p>What happens if you have an ajax request which changes the DOM and makes one of the columns longer after the $(document).ready() has already fired?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nouveller</title>
		<link>http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/comment-page-1/#comment-404</link>
		<dc:creator>Nouveller</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=352#comment-404</guid>
		<description>Thanks for that Cameron, seems a lighter way to do it!</description>
		<content:encoded><![CDATA[<p>Thanks for that Cameron, seems a lighter way to do it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/comment-page-1/#comment-391</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=352#comment-391</guid>
		<description>A quicker way to do this without IF statements:

var rh =  $("#right").height(); 
var lh = $("#left").height();

$('#right, #left').height(Math.max(rh, lh));</description>
		<content:encoded><![CDATA[<p>A quicker way to do this without IF statements:</p>
<p>var rh =  $(&#8221;#right&#8221;).height();<br />
var lh = $(&#8221;#left&#8221;).height();</p>
<p>$(&#8217;#right, #left&#8217;).height(Math.max(rh, lh));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Photoshop Tutorials Blog</title>
		<link>http://www.nouveller.com/css/the-simple-way-to-get-equal-column-heights-using-css-and-jquery/comment-page-1/#comment-124</link>
		<dc:creator>Photoshop Tutorials Blog</dc:creator>
		<pubDate>Mon, 15 Jun 2009 08:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nouveller.com/?p=352#comment-124</guid>
		<description>That was really useful! JQuery is quickly becoming one of the most important tools for a webdesigner! =)</description>
		<content:encoded><![CDATA[<p>That was really useful! JQuery is quickly becoming one of the most important tools for a webdesigner! =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

