Hey guys,
On my site I have everything broken down into div containers. There is a menu, nav bar, main site content, etc. etc.
Everything usually loads great, as I kept my design to a lot of text and all CSS, so there is no stress on my server. However, for my "poll of the day", I use a company's code that reaches out to their servers. The problem is that their servers are sometimes very slow and busy, and this causes that specific DIV of my code to completely stop the rest of the page from loading. It takes 10-15 seconds, and either appears, or I guess it "times out", skips the poll, and loads the rest of the site.
My question is this...
Is it possible to specify a "load order" for divs? That way I could tell the page to load everything on my server first, and that specific DIV last...so it doesnt slow down my site at all. If the user is still on the homepage by the time the poll loads, great, if not, then its really not a big deal.
Any advice? Is there a script for this? Is it like a CSS setting?
Thanks in advance!
ps the current link I'm talking about is at
http://www.latehitz.com/homecsstesta.html The MicroPoll is on the right side bar, below the "Hitz Cast" image.