<?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 Preload Images</title>
	<atom:link href="http://commadot.com/css-preload-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://commadot.com/css-preload-images/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-preload-images</link>
	<description>UX = User Experience by Glen Lipka</description>
	<lastBuildDate>Fri, 11 May 2012 04:36:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta4-20738</generator>
	<item>
		<title>By: danreb</title>
		<link>http://commadot.com/css-preload-images/#comment-10608</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10608</guid>
		<description>see the actual page http://www.teamquest-inc.com.ph 

it works fine in all browser i tested</description>
		<content:encoded><![CDATA[<p>see the actual page <a href="http://www.teamquest-inc.com.ph" >http://www.teamquest-inc.com.ph</a> </p>
<p>it works fine in all browser i tested</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danreb</title>
		<link>http://commadot.com/css-preload-images/#comment-10607</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10607</guid>
		<description>Continuation:

&lt;iframe src=</description>
		<content:encoded><![CDATA[<p>Continuation:</p>
<p>&lt;iframe src=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danreb</title>
		<link>http://commadot.com/css-preload-images/#comment-10606</link>
		<dc:creator>danreb</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10606</guid>
		<description>I encountered a situation that I need to preload not only images but including swf file that will be used in other pages of our company site, so I ended up using iframe to do it, If someone have a better solution for this please help.

Here what I done:

  in my css here&#039;s my code 

.preload {
    position: absolute;
	top: -9999px;
	left: -9999px;
	height: 20px;
	width: 20px;
	display:inline;
	overflow: hidden;
}

then at the bottom of my page before the closing body tag i insert the iframe in the div with a class preload and insert there the iframe that loads the html document consisting of all images and flash file that I need to preload and will be used in other pages of my site, here how I do it.

&lt;!--end main container--&gt;
&lt;iframe src=</description>
		<content:encoded><![CDATA[<p>I encountered a situation that I need to preload not only images but including swf file that will be used in other pages of our company site, so I ended up using iframe to do it, If someone have a better solution for this please help.</p>
<p>Here what I done:</p>
<p>  in my css here&#8217;s my code </p>
<p>.preload {<br />
    position: absolute;<br />
	top: -9999px;<br />
	left: -9999px;<br />
	height: 20px;<br />
	width: 20px;<br />
	display:inline;<br />
	overflow: hidden;<br />
}</p>
<p>then at the bottom of my page before the closing body tag i insert the iframe in the div with a class preload and insert there the iframe that loads the html document consisting of all images and flash file that I need to preload and will be used in other pages of my site, here how I do it.</p>
<p><!--end main container--><br />
&lt;iframe src=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://commadot.com/css-preload-images/#comment-10337</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 13 Jul 2008 23:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10337</guid>
		<description>im guessing it doesnt work cos css2* doesnt support multiple background images.

my solution was to create a div (i think i set it&#039;s display:none) on the page with preloaded images with width=1 height =1 (height/width=0) seems to not load the image on some browsers.

from what i remember, it was compatible with firefox 2/3, safari 3, ie6/7

http://www.songbirdestate.com.au</description>
		<content:encoded><![CDATA[<p>im guessing it doesnt work cos css2* doesnt support multiple background images.</p>
<p>my solution was to create a div (i think i set it&#8217;s display:none) on the page with preloaded images with width=1 height =1 (height/width=0) seems to not load the image on some browsers.</p>
<p>from what i remember, it was compatible with firefox 2/3, safari 3, ie6/7</p>
<p><a href="http://www.songbirdestate.com.au" >http://www.songbirdestate.com.au</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Lipka</title>
		<link>http://commadot.com/css-preload-images/#comment-10330</link>
		<dc:creator>Glen Lipka</dc:creator>
		<pubDate>Fri, 11 Jul 2008 15:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10330</guid>
		<description>Hmm, Ill have to work on a different technique.</description>
		<content:encoded><![CDATA[<p>Hmm, Ill have to work on a different technique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xPheRe</title>
		<link>http://commadot.com/css-preload-images/#comment-10329</link>
		<dc:creator>xPheRe</dc:creator>
		<pubDate>Fri, 11 Jul 2008 10:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10329</guid>
		<description>Neither does work under Firefox 3.
Only loads the last declared &#039;background-image&#039; :(
Nice idea, though ;)</description>
		<content:encoded><![CDATA[<p>Neither does work under Firefox 3.<br />
Only loads the last declared &#8216;background-image&#8217; <img src='http://commadot.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Nice idea, though <img src='http://commadot.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://commadot.com/css-preload-images/#comment-10293</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 25 Jun 2008 01:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10293</guid>
		<description>this doesnt work with firefox 2, but it does with safari</description>
		<content:encoded><![CDATA[<p>this doesnt work with firefox 2, but it does with safari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Lipka</title>
		<link>http://commadot.com/css-preload-images/#comment-10275</link>
		<dc:creator>Glen Lipka</dc:creator>
		<pubDate>Tue, 27 May 2008 14:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10275</guid>
		<description>Yup. :)</description>
		<content:encoded><![CDATA[<p>Yup. <img src='http://commadot.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adaptiv CSS</title>
		<link>http://commadot.com/css-preload-images/#comment-10274</link>
		<dc:creator>Adaptiv CSS</dc:creator>
		<pubDate>Tue, 27 May 2008 09:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://commadot.com/css-preload-images/#comment-10274</guid>
		<description>Great solution, I assume I just put an empty div at the end of my page...</description>
		<content:encoded><![CDATA[<p>Great solution, I assume I just put an empty div at the end of my page&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

