Wnat to find a cript that will load elements in sequence
eljacko
12:25 pm on Mar 13, 2008 (gmt 0)
Hello
I have a website which loads but all together which makes the page load very slow. Is there a prctise or script that will allow the web page to load in parts like the BBC website which loads certain things first and then the rest?
vincevincevince
1:10 pm on Mar 13, 2008 (gmt 0)
Set height and width for all elements which have heights and widths determined by contents (in particular; this means all IMG tags need to have width and height specified).
Do not use tables for layout, especially nested tables. Those are the kiss of death for things loading in order.
eljacko
1:43 pm on Mar 13, 2008 (gmt 0)
I am experiencing that my images that are pulled from the css load last compared to images that are not. Any ideas on this?
Fotiman
4:17 pm on Mar 13, 2008 (gmt 0)
This isn't really a JavaScript topic. I suggest taking a look at this thread: [webmasterworld.com...]