<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1031929" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1031929</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1187006</link>
    <description> &lt;p&gt;I had the perfect solution above, Ill rewrite in outline form,&lt;/p&gt;
&lt;p&gt;-you have 1 row and 2 columns&lt;br /&gt;
-on the second column theres supposed to be a tiled BG that loads last&lt;br /&gt;
-the 1st column contains the flash which loads 1st&lt;/p&gt;
&lt;p&gt;What You Do&lt;/p&gt;
&lt;p&gt;-Make the page normally, your texts on column two (with the BG loading last) should be wrapped in div&#039;s with transparent background (i.e. background:transparent; )&lt;br /&gt;
-on the second column load an iframe with the exact dimensions as to the column.&lt;br /&gt;
-load the tiled BG of your choice on the target page of the Iframe, put on that target content of the iframe a meta redirect command which defines how many seconds the page is directed to that tiled BG page.&lt;br /&gt;
-put the text contents that was wrapped in divs over the top of the Iframe, using z-index if necessary.&lt;/p&gt;
&lt;p&gt;Viola that would definitely load the flash first and the BG on the column two at a defined time...&lt;/p&gt;
 </description>
     <pubDate>Sat, 03 Dec 2005 09:03:10 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1187006 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1187005</link>
    <description> &lt;p&gt;Great &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;&lt;/p&gt;
&lt;p&gt;Care to share it with us so other may learn from your experience? &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;&lt;/p&gt;
 </description>
     <pubDate>Sat, 03 Dec 2005 08:54:46 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1187005 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1186968</link>
    <description> &lt;p&gt;Thanks for your replies &amp;amp; help,&lt;/p&gt;
&lt;p&gt;Considering you can&#039;t control how the page loads, or well &#039;slightly&#039; (which is not enough)... I have thought of a solution through this and will do it differently!&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 21:36:26 +0000</pubDate>
 <dc:creator>lenglui</dc:creator>
 <guid isPermaLink="false">comment 1186968 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1186955</link>
    <description> &lt;p&gt;Well... you can roughly control what loads first - I think - because everything in the  will be loaded before the . You just can&#039;t control what is displayed first.&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 18:27:56 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1186955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1186943</link>
    <description> &lt;p&gt;No...the browser is going to load the table and all of it&#039;s elements first. With html you cannot choose what get loaded first, second,  last....&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 17:04:54 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1186943 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1186932</link>
    <description> &lt;p&gt;Well in multiple BGs I preload those that I want to appear first, then leave the last one on its own. Another Idea is to use an Iframe which you could insert in the second column which actually is a seperate page with a delay time. (using meta commands) then it would definitely load last... So there you have a BG on an iframe that loads last, position a content wrapped in divs on the content part of column 2 and float or position it on top of the iframe and set the divs background to transparent. This would definitely do the trick without affecting your SEO...&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 16:14:18 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1186932 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1186928</link>
    <description> &lt;p&gt;I&#039;m just looking at the possibilities.&lt;/p&gt;
&lt;p&gt;I&#039;m just building the flash site now (will post up after I&#039;ve done it)&lt;/p&gt;
&lt;p&gt;..the preloader will be somethin, maybe, animated completely different to the main section... main section has a background which I want it to carry on to the right, hence I need something that could load after......&lt;/p&gt;
&lt;p&gt;There are a few ways to do it I guess. after the flash has loaded tell it to open a new .html page or something, but taht would be pointless... &lt;/p&gt;
&lt;p&gt;Errrr the possibilities are endless now that I am actually thinking about it.. maybe I should keep it simple now!... ideas ideas ideas!&lt;br /&gt;
Damnit if I was a designer and a coder all in one! &lt;/p&gt;
&lt;p&gt;Thanks &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;&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 16:05:25 +0000</pubDate>
 <dc:creator>lenglui</dc:creator>
 <guid isPermaLink="false">comment 1186928 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/loading-tiled-background-after#comment-1186925</link>
    <description> &lt;p&gt;Well you could try putting the flash embed tag way on top, and the css background tag on column 2 way at the bottom on your html, and/or in the worst case make the flash lightweight (in file size) and increase those of the tiled background. &lt;/p&gt;
&lt;p&gt;Why do you need to do this anyway?&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Dec 2005 15:54:16 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1186925 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
