<?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: Simple Vertical Align Plugin for&#160;jQuery</title>
	<atom:link href="http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/</link>
	<description>Websites designed and optimized for results.</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:28: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: Rogerio Girodo Marques</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-2604</link>
		<dc:creator>Rogerio Girodo Marques</dc:creator>
		<pubDate>Wed, 17 Mar 2010 23:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-2604</guid>
		<description>This work, but maybe you have the margin collapse issue. If this is the case. Put this line before the margin-top line.
 
$(this).parent().css(&#039;padding-top&#039;, &#039;1px&#039;);</description>
		<content:encoded><![CDATA[<p>This work, but maybe you have the margin collapse issue. If this is the case. Put this line before the margin-top line.<br />
 <br />
$(this).parent().css(&#8216;padding-top&#8217;, &#8216;1px&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-2367</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-2367</guid>
		<description>&lt;p&gt;That makes sense. You could also do &lt;code&gt;if(mh != 0)&lt;/code&gt;...&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>That makes sense. You could also do <code>if(mh != 0)</code>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafa Librenz</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-2366</link>
		<dc:creator>Rafa Librenz</dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-2366</guid>
		<description>Oh my god, this code is delicious!! :-D

But... I changed it.
&lt;pre&gt;
if (mh &lt; 0) {
	$(this).css(&#039;margin-top&#039;, mh);
};
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Oh my god, this code is delicious!! <img src='http://www.seodenver.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>But&#8230; I changed it.</p>
<pre>
if (mh < 0) &#123;
	$(this).css('margin-top', mh);
&#125;;
</pre>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raven Matt</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-2143</link>
		<dc:creator>Raven Matt</dc:creator>
		<pubDate>Tue, 05 Jan 2010 01:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-2143</guid>
		<description>I am having problems with multiple instances and I&#039;m not that great with jquery. The first element positions but the rest don&#039;t unless I refresh the browser.
Is where the .each ( ) function&lt;code&gt; would come into play? If so where would it be placed in the code?
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I am having problems with multiple instances and I&#8217;m not that great with jquery. The first element positions but the rest don&#8217;t unless I refresh the browser.<br />
Is where the .each ( ) function<code> would come into play? If so where would it be placed in the code?<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-2060</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 23 Dec 2009 00:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-2060</guid>
		<description>Yes, I know this guy, and he&#039;s not kidding about being a technical idiot!  :-)</description>
		<content:encoded><![CDATA[<p>Yes, I know this guy, and he&#8217;s not kidding about being a technical idiot!  <img src='http://www.seodenver.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: exeQutor</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-2007</link>
		<dc:creator>exeQutor</dc:creator>
		<pubDate>Tue, 03 Nov 2009 03:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-2007</guid>
		<description>Nice plugin. Really saved me a lot of trouble.
I found one similar, although probably a copy/an enhancement based from yours:
http://cool-javascripts.com/jquery/vertical-alignment-of-contents-inside-an-element-using-jquery.html</description>
		<content:encoded><![CDATA[<p>Nice plugin. Really saved me a lot of trouble.<br />
I found one similar, although probably a copy/an enhancement based from yours:<br />
<a  href="http://cool-javascripts.com/jquery/vertical-alignment-of-contents-inside-an-element-using-jquery.html">http://cool-javascripts.com/jquery/vertical-alignment-of-contents-inside-an-element-using-jquery.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: papaman</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-1934</link>
		<dc:creator>papaman</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-1934</guid>
		<description>nice function mate.

I changed my code from:

$(this).css(&#039;margin-top&#039;, mh); to
$(this).css(&#039;padding-top&#039;, mh);

because I was having some problems with a UL list. My html code is:

Blah Blah Blah

and I use $(&quot;.valign&quot;).vAlign(); on the </description>
		<content:encoded><![CDATA[<p>nice function mate.</p>
<p>I changed my code from:</p>
<p>$(this).css(&#8216;margin-top&#8217;, mh); to<br />
$(this).css(&#8216;padding-top&#8217;, mh);</p>
<p>because I was having some problems with a UL list. My html code is:</p>
<p>Blah Blah Blah</p>
<p>and I use $(&#8220;.valign&#8221;).vAlign(); on the</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Katz</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-1922</link>
		<dc:creator>Zack Katz</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-1922</guid>
		<description>It should, yep. I believe you&#039;ll want to use the following code: &lt;code&gt;$(&quot;div.ProductImage img&quot;).vAlign();&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It should, yep. I believe you&#8217;ll want to use the following code: <code>$("div.ProductImage img").vAlign();</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Youssef</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-1921</link>
		<dc:creator>Youssef</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-1921</guid>
		<description>Hi Zack,

I have a problem with my website wich is still in developpement, I&#039;m trying to understand all the basis, the problem is that all my subcatergories are not aligned (click on &quot;piscines&quot; to access the differents subcategories, so you will see that the images are aligned but not the titles. Will your tips work?

thanks for you help
Youssef</description>
		<content:encoded><![CDATA[<p>Hi Zack,</p>
<p>I have a problem with my website wich is still in developpement, I&#8217;m trying to understand all the basis, the problem is that all my subcatergories are not aligned (click on &#8220;piscines&#8221; to access the differents subcategories, so you will see that the images are aligned but not the titles. Will your tips work?</p>
<p>thanks for you help<br />
Youssef</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.seodenver.com/simple-vertical-align-plugin-for-jquery/comment-page-1/#comment-1866</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=308#comment-1866</guid>
		<description>If you want the item to be vertically aligned to the window (i.e the parent of the element you want to align vertically is BODY), then change:

$(this).parent().height();
to
$(window).height();

Thats all! (Note that this will make the code only work in this instance though)</description>
		<content:encoded><![CDATA[<p>If you want the item to be vertically aligned to the window (i.e the parent of the element you want to align vertically is BODY), then change:</p>
<p>$(this).parent().height();<br />
to<br />
$(window).height();</p>
<p>Thats all! (Note that this will make the code only work in this instance though)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
