<?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: jQuery Position Tip</title>
	<atom:link href="http://alexking.org/blog/2007/07/05/jquery-position-tip/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2007/07/05/jquery-position-tip</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zac</title>
		<link>http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-66992</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-66992</guid>
		<description>I know this is an old post, but I stumbled upon it, so I&#039;m going to recommend another fix. 

Rather than wait for the window to load, just put a style=&quot;width: x; height: y&quot; on your images where x and y are the exact image width and height. 

That way even though the images haven&#039;t loaded yet, the browser knows exactly how much space to reserve for the images, and jQuery document layout adjustments will work fine.

I know, I know, it&#039;s a pain keeping track of dimensions sometimes, but I believe it&#039;s generally good practice. :)</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but I stumbled upon it, so I&#8217;m going to recommend another fix. </p>
<p>Rather than wait for the window to load, just put a style=&#8221;width: x; height: y&#8221; on your images where x and y are the exact image width and height. </p>
<p>That way even though the images haven&#8217;t loaded yet, the browser knows exactly how much space to reserve for the images, and jQuery document layout adjustments will work fine.</p>
<p>I know, I know, it&#8217;s a pain keeping track of dimensions sometimes, but I believe it&#8217;s generally good practice. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Searle</title>
		<link>http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-65118</link>
		<dc:creator>Searle</dc:creator>
		<pubDate>Thu, 23 Oct 2008 10:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-65118</guid>
		<description>I think it&#039;s better to enforce vertical scrollbars by using css: &quot;body { height: 100.1% }&quot; and continue using the ready method. (Or rather &quot;jQuery(function($) { ... })&quot;, witch is best practice)</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s better to enforce vertical scrollbars by using css: &#8220;body { height: 100.1% }&#8221; and continue using the ready method. (Or rather &#8220;jQuery(function($) { &#8230; })&#8221;, witch is best practice)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-63617</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 27 Jun 2008 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-63617</guid>
		<description>omg, thank you so much for this. I ran into the exact same problem when trying to arrange images so that they line up horizontally on each other. 

Some of them would work, and then it would just &quot;stop&quot;. Now I understand why this happens, and fixed it too! Woohoo!

Let me know if you want the plugin, its pretty neat for lining up horizontally anything you query for without tables or excessive positioning divs.  :)</description>
		<content:encoded><![CDATA[<p>omg, thank you so much for this. I ran into the exact same problem when trying to arrange images so that they line up horizontally on each other. </p>
<p>Some of them would work, and then it would just &#8220;stop&#8221;. Now I understand why this happens, and fixed it too! Woohoo!</p>
<p>Let me know if you want the plugin, its pretty neat for lining up horizontally anything you query for without tables or excessive positioning divs.  <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery makes AJAX easy</title>
		<link>http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-57309</link>
		<dc:creator>jQuery makes AJAX easy</dc:creator>
		<pubDate>Tue, 31 Jul 2007 16:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-57309</guid>
		<description>[...] and AJAX, I can&#8217;t recommend the jQuery library enough. I originally heard about it from Alex King&#8217;s blog and was inspired to try it out. I love when new libraries and frameworks have nice tutorials and [...]</description>
		<content:encoded><![CDATA[<p>[...] and AJAX, I can&#8217;t recommend the jQuery library enough. I originally heard about it from Alex King&#8217;s blog and was inspired to try it out. I love when new libraries and frameworks have nice tutorials and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix GeisendÃ¶rfer</title>
		<link>http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-56994</link>
		<dc:creator>Felix GeisendÃ¶rfer</dc:creator>
		<pubDate>Fri, 06 Jul 2007 03:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2007/07/05/jquery-position-tip#comment-56994</guid>
		<description>Rock n&#039; Roll. jQuery is the way to go. Even so your solution is really the easiest way to solve the problem I&#039;ve just taken on the challenge finding an alternative way of positioning your elements before window.onload.

The code is not tested and most likely going to have problems with cached images, but feel free to 
take a look at it to see what alternative way one could take:

http://bin.cakephp.org/view/327666860

-- Felix</description>
		<content:encoded><![CDATA[<p>Rock n&#8217; Roll. jQuery is the way to go. Even so your solution is really the easiest way to solve the problem I&#8217;ve just taken on the challenge finding an alternative way of positioning your elements before window.onload.</p>
<p>The code is not tested and most likely going to have problems with cached images, but feel free to<br />
take a look at it to see what alternative way one could take:</p>
<p><a href="http://bin.cakephp.org/view/327666860" rel="nofollow">http://bin.cakephp.o[...]ew/327666860</a></p>
<p>&#8211; Felix</p>
]]></content:encoded>
	</item>
</channel>
</rss>

