<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016978" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016978</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-preload-background-image#comment-1098934</link>
    <description> &lt;p&gt;Greatly appreciated...&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 14:13:44 +0000</pubDate>
 <dc:creator>Project CM</dc:creator>
 <guid isPermaLink="false">comment 1098934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-preload-background-image#comment-1098926</link>
    <description> &lt;p&gt;I would leave it, yes. On my work machine (connected via a T3 line) it all loads in an instant and all looks OK.&lt;/p&gt;
&lt;p&gt;But even on my 28k line at home it all loaded fairly quickly with the background image loading roughly the same time as the rest of the page. As there was enough content for me to read on the page, I didn&#039;t notice the background not loading or loading faster or slower than any other part of the page.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 11:18:32 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1098926 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-preload-background-image#comment-1098924</link>
    <description> &lt;p&gt;So you reckon it&#039;s better to leave it as it is? Was initially afraid it wouldn&#039;t turn up well on 28.8...but since it&#039;s ok, then I&#039;ll save the trouble...Thanks!&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 10:53:15 +0000</pubDate>
 <dc:creator>Project CM</dc:creator>
 <guid isPermaLink="false">comment 1098924 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-preload-background-image#comment-1098890</link>
    <description> &lt;p&gt;There are a lot of good preloading scripts out there, just be sure that if you go down this way, that you at least keep there interest in you site whilst yo do so. If I have to wait a long time for a preloader and the site inside isn&#039;t worth the wait I just go away!&lt;/p&gt;
&lt;p&gt;Give an introduction to the site so their attention is taken away from the preloader.....&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Jan 2002 01:05:47 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1098890 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-preload-background-image#comment-1098866</link>
    <description> &lt;p&gt;Hm. It came through OK and right on que on my 28k modem at home &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;. I don&#039;t see the need for you to do this to be honest.&lt;/p&gt;
&lt;p&gt;The only way I know of doing this is to create an intro page before this one and preload the images in the background using javascript, so that the images are already stored in your browsers cache. You could make it an empty page, or just a simple page with some &quot;loading...&quot; text if you wished.&lt;/p&gt;
&lt;p&gt;You can pre-load images using Javascript similar to the code below. The code is designed for multiple images, so there might be more overheads than needed. I hope this helps. &lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;function doPreload()&lt;br /&gt;{&lt;br /&gt;	var my_images = new Array(&amp;#039;/path/to/bg/image.gif&amp;#039;);&lt;br /&gt;	preloadImages(my_images);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function preloadImages(my_images_array) {&lt;br /&gt;&lt;br /&gt;	for(loop = 0; loop &amp;lt; my_images_array.length; loop++)&lt;br /&gt;	{&lt;br /&gt;&amp;nbsp;&amp;nbsp; 		var an_image = new Image();&lt;br /&gt;		an_image.src = my_images_array[loop];&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;// --&amp;gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;BODY OnLoad=&amp;quot;doPreload();&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Jan 2002 17:54:19 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1098866 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
