<?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: Images, onload Events and Browsers</title>
	<atom:link href="http://alexking.org/blog/2008/04/16/css-images-window-load/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2008/04/16/css-images-window-load</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: Peter</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-153771</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 26 Apr 2011 06:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-153771</guid>
		<description>Was getting frustrated why my onload didnt trigger 100% (ie7),
Really saved me some useless wasting of time ;
thanks to you and google :-)</description>
		<content:encoded><![CDATA[<p>Was getting frustrated why my onload didnt trigger 100% (ie7),<br />
Really saved me some useless wasting of time ;<br />
thanks to you and google <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-91689</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 14 Aug 2009 01:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-91689</guid>
		<description>In addition to having your images in the CSS, couldn&#039;t you also put them as the src of inline images in a hidden div?  That way, they will load with the other inline images before the event is fired and your CSS is guaranteed to work. 

Unless Firefox forgets to check the cache before loading CSS backgrounds.</description>
		<content:encoded><![CDATA[<p>In addition to having your images in the CSS, couldn&#8217;t you also put them as the src of inline images in a hidden div?  That way, they will load with the other inline images before the event is fired and your CSS is guaranteed to work. </p>
<p>Unless Firefox forgets to check the cache before loading CSS backgrounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liviu</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-65081</link>
		<dc:creator>Liviu</dc:creator>
		<pubDate>Mon, 20 Oct 2008 08:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-65081</guid>
		<description>thanks! very useful info, i have to do this page that loads a very large image, and it loads through css background, so i have this LOADING clip until the image is loaded, and it works really bad in FF, is there any solution on this yet?</description>
		<content:encoded><![CDATA[<p>thanks! very useful info, i have to do this page that loads a very large image, and it loads through css background, so i have this LOADING clip until the image is loaded, and it works really bad in FF, is there any solution on this yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62983</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 09 May 2008 22:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62983</guid>
		<description>https://bugzilla.mozilla.org/show_bug.cgi?id=253851

They claim this is fixed, but clearly it isn&#039;t. I&#039;ve been scouring google and forums all day for a workaround, and have found nothing.

Having onload fire before the background images are loaded makes my page look broken in firefox:

http://futureford.autofusion.com/index.html</description>
		<content:encoded><![CDATA[<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=253851" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=253851</a></p>
<p>They claim this is fixed, but clearly it isn&#8217;t. I&#8217;ve been scouring google and forums all day for a workaround, and have found nothing.</p>
<p>Having onload fire before the background images are loaded makes my page look broken in firefox:</p>
<p><a href="http://futureford.autofusion.com/index.html" rel="nofollow">http://futureford.au[...]m/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cris</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62938</link>
		<dc:creator>cris</dc:creator>
		<pubDate>Mon, 05 May 2008 18:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62938</guid>
		<description>Is there a workaround on this yet?</description>
		<content:encoded><![CDATA[<p>Is there a workaround on this yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott T.</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62657</link>
		<dc:creator>Scott T.</dc:creator>
		<pubDate>Thu, 17 Apr 2008 18:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62657</guid>
		<description>John Resig (creator of jQuery and Mozilla javascript evangelist) would be the ideal person to ask. ejohn.org / jresig on twitter</description>
		<content:encoded><![CDATA[<p>John Resig (creator of jQuery and Mozilla javascript evangelist) would be the ideal person to ask. ejohn.org / jresig on twitter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62648</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 17 Apr 2008 07:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://alexking.org/blog/2008/04/16/css-images-window-load#comment-62648</guid>
		<description>Thanks, you just saved me some time for something I am going to be using next week.</description>
		<content:encoded><![CDATA[<p>Thanks, you just saved me some time for something I am going to be using next week.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

