<?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: css: preloading images with css</title>
	<atom:link href="http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Jun 2011 05:03:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: dynamixlabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-3606</link>
		<dc:creator>dynamixlabs</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-3606</guid>
		<description>Hi Jennifer! 
Thanks for pointing that out - it looks like we inadvertently broke the preload DIV during our last site update. It is back up and working again, and we just confirmed compatibility in Firefox 3.5.8 and 3.6. Thanks for your comment! </description>
		<content:encoded><![CDATA[<p>Hi Jennifer!<br />
Thanks for pointing that out &#8211; it looks like we inadvertently broke the preload DIV during our last site update. It is back up and working again, and we just confirmed compatibility in Firefox 3.5.8 and 3.6. Thanks for your comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Diaz</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-3600</link>
		<dc:creator>Jennifer Diaz</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-3600</guid>
		<description>Hi there, 
Awesome article, only it doesn&#039;t work for me -- the preloaded image flashes just like the without preload image. Maybe it&#039;s the new Firefox...I&#039;m using 3.5.8. </description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Awesome article, only it doesn&#039;t work for me &#8212; the preloaded image flashes just like the without preload image. Maybe it&#039;s the new Firefox&#8230;I&#039;m using 3.5.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSSBlog ES - ¡CSS y nada más!</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-540</link>
		<dc:creator>CSSBlog ES - ¡CSS y nada más!</dc:creator>
		<pubDate>Sat, 10 Jan 2009 22:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-540</guid>
		<description>[...] Ejemplo &#124; Dynamix Labs [...]</description>
		<content:encoded><![CDATA[<p>[...] Ejemplo | Dynamix Labs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-351</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Fri, 30 May 2008 17:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-351</guid>
		<description>Works great for me! Awesome. Thanks!</description>
		<content:encoded><![CDATA[<p>Works great for me! Awesome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-200</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Mon, 07 Apr 2008 12:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-200</guid>
		<description>Hi Marty! We are glad this has been useful to you. In terms of the preload, the images are loaded by the browser on every page that calls them. From our testing, and it could depend on your browser settings and version, you will need to preload appropriate images on any page you need them. In other words, if you remove a preload call for an image that&#039;s used on mouseover on a particular page, even if it has been loaded on another page, it will likely flash while it reloads. This is why we recommend using a class rather than an ID, because it will allow you to preload appropriate images on every page, while still creating preloads for individual pages as well. Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi Marty! We are glad this has been useful to you. In terms of the preload, the images are loaded by the browser on every page that calls them. From our testing, and it could depend on your browser settings and version, you will need to preload appropriate images on any page you need them. In other words, if you remove a preload call for an image that&#8217;s used on mouseover on a particular page, even if it has been loaded on another page, it will likely flash while it reloads. This is why we recommend using a class rather than an ID, because it will allow you to preload appropriate images on every page, while still creating preloads for individual pages as well. Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-199</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Sat, 05 Apr 2008 16:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-199</guid>
		<description>Thanks for this tip, it has been a great help. I have a question, though. If you have used the same preload instructions on multiple pages, and the images get preloaded on the first page opened, does the browser follow that instruction and preload those images again when you go to the next page that also has the preload instructions, or, does it recognize that those images were already loaded?</description>
		<content:encoded><![CDATA[<p>Thanks for this tip, it has been a great help. I have a question, though. If you have used the same preload instructions on multiple pages, and the images get preloaded on the first page opened, does the browser follow that instruction and preload those images again when you go to the next page that also has the preload instructions, or, does it recognize that those images were already loaded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hosting</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-187</link>
		<dc:creator>Hosting</dc:creator>
		<pubDate>Mon, 17 Mar 2008 03:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-187</guid>
		<description>Thanks for the knowledge.</description>
		<content:encoded><![CDATA[<p>Thanks for the knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-75</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Sun, 10 Feb 2008 18:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-75</guid>
		<description>Thanks for the heads up! I have updated our compatibility section.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up! I have updated our compatibility section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheDrawing1</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-74</link>
		<dc:creator>TheDrawing1</dc:creator>
		<pubDate>Sun, 10 Feb 2008 17:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-74</guid>
		<description>I just stumbled on your article. However, herewith you may consider your preload method compatible to Linux Firefox as well.</description>
		<content:encoded><![CDATA[<p>I just stumbled on your article. However, herewith you may consider your preload method compatible to Linux Firefox as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/comment-page-1/#comment-64</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Thu, 07 Feb 2008 22:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://dynamixlabs.com/2008/01/17/a-quick-look-preloading-images-with-css/#comment-64</guid>
		<description>Hi CSSnewbie. I&#039;m glad we were able to help! If you get stuck anywhere else along the way, send us an e-mail or leave a comment about what you are experiencing, and we will write an article solution for you. Thanks for the kind words!</description>
		<content:encoded><![CDATA[<p>Hi CSSnewbie. I&#8217;m glad we were able to help! If you get stuck anywhere else along the way, send us an e-mail or leave a comment about what you are experiencing, and we will write an article solution for you. Thanks for the kind words!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

