<?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: Equal Column Height with jQuery</title>
	<atom:link href="http://web.enavu.com/tutorials/equal-column-height-with-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 18 Jan 2012 08:51:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jamie Lomas</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-30022</link>
		<dc:creator>Jamie Lomas</dc:creator>
		<pubDate>Sat, 14 May 2011 15:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-30022</guid>
		<description>The problem is this script will find the tallest height and resize the columns but it doesn&#039;t recalculate on browser resize. You can force it to recalculate by placing the script also inside a window.resize function.

 
$(window).resize(function(){
$(&#039;.equal_height&#039;).height(biggestHeight);
});


Code not tested but i have used somthing like this on a few occasions.

Hope that helps</description>
		<content:encoded><![CDATA[<p>The problem is this script will find the tallest height and resize the columns but it doesn&#8217;t recalculate on browser resize. You can force it to recalculate by placing the script also inside a window.resize function.</p>
<p>$(window).resize(function(){<br />
$(&#8216;.equal_height&#8217;).height(biggestHeight);<br />
});</p>
<p>Code not tested but i have used somthing like this on a few occasions.</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dselva</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-13860</link>
		<dc:creator>dselva</dc:creator>
		<pubDate>Thu, 14 Oct 2010 09:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-13860</guid>
		<description>Great jquery snippet.. Thanks</description>
		<content:encoded><![CDATA[<p>Great jquery snippet.. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vv</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-13773</link>
		<dc:creator>vv</dc:creator>
		<pubDate>Wed, 13 Oct 2010 16:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-13773</guid>
		<description>I have a problems with chrome too, is there a fix ?</description>
		<content:encoded><![CDATA[<p>I have a problems with chrome too, is there a fix ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Doc</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-3299</link>
		<dc:creator>James Doc</dc:creator>
		<pubDate>Fri, 28 May 2010 15:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-3299</guid>
		<description>Sure, the testing site is at:
http://student.dc.lincoln.ac.uk/~u08107263/vilamaninga/index.htm

So far I have only done testing in Chrome and FireFox</description>
		<content:encoded><![CDATA[<p>Sure, the testing site is at:<br />
<a href="http://student.dc.lincoln.ac.uk/~u08107263/vilamaninga/index.htm" rel="nofollow">http://student.dc.lincoln.ac.uk/~u08107263/vilamaninga/index.htm</a></p>
<p>So far I have only done testing in Chrome and FireFox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slobodan</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-3287</link>
		<dc:creator>Slobodan</dc:creator>
		<pubDate>Fri, 28 May 2010 02:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-3287</guid>
		<description>Actually it shouldn&#039;t chop anything. The way i made it is to get the tallest column height and make the rest of the columns that height.
James can you give me a link to the page so i can check it out.</description>
		<content:encoded><![CDATA[<p>Actually it shouldn&#8217;t chop anything. The way i made it is to get the tallest column height and make the rest of the columns that height.<br />
James can you give me a link to the page so i can check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-3285</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 28 May 2010 00:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-3285</guid>
		<description>well of course it is cutting content you are making the columns equal height! you can try oveflow:auto and it will add a scroller!</description>
		<content:encoded><![CDATA[<p>well of course it is cutting content you are making the columns equal height! you can try oveflow:auto and it will add a scroller!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Doc</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-3273</link>
		<dc:creator>James Doc</dc:creator>
		<pubDate>Thu, 27 May 2010 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-3273</guid>
		<description>I&#039;m using Chrome v5 to implement this code, and both columns are being resized to 410px high, chopping a lot of content. Is there a fix for this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Chrome v5 to implement this code, and both columns are being resized to 410px high, chopping a lot of content. Is there a fix for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clarke Isackson</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-1580</link>
		<dc:creator>Clarke Isackson</dc:creator>
		<pubDate>Mon, 21 Dec 2009 16:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-1580</guid>
		<description>This is an excellent and very useful example, not to mention the value of you whole site.

Keep up the great work.</description>
		<content:encoded><![CDATA[<p>This is an excellent and very useful example, not to mention the value of you whole site.</p>
<p>Keep up the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Berggreen</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-1579</link>
		<dc:creator>Carsten Berggreen</dc:creator>
		<pubDate>Sat, 21 Nov 2009 04:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-1579</guid>
		<description>Hi there, resizing might introduce a little problem for some browsers. I am testing with latest Chrome and the text goes beyond the box when browser gets smaller. Could a onResize event be implementet perhaps? Another thing, why not make an outside DIV with display:block setting? wouldnt that do the trick too?</description>
		<content:encoded><![CDATA[<p>Hi there, resizing might introduce a little problem for some browsers. I am testing with latest Chrome and the text goes beyond the box when browser gets smaller. Could a onResize event be implementet perhaps? Another thing, why not make an outside DIV with display:block setting? wouldnt that do the trick too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boba</title>
		<link>http://web.enavu.com/tutorials/equal-column-height-with-jquery/comment-page-1/#comment-1578</link>
		<dc:creator>Boba</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=573#comment-1578</guid>
		<description>Glad to help :)</description>
		<content:encoded><![CDATA[<p>Glad to help <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

