i need some suggestions. please..
How it is possible that The Page Loads first & then the images loads..??
| SitePoint Sponsor |
i need some suggestions. please..
How it is possible that The Page Loads first & then the images loads..??





Easy. Remove tables from the layout and then the structure will load first.
Are You Crazy,,, :@..
if i remove tables. then what will be remain*..
I think mstwntd is implying that you try using CSS and Divs instead of HTML with layout tables?Originally Posted by mstwntd
Yup, mstwntd is implying that you try using CSS and Divs instead of HTML with layout tables!
I have ordered "CSS Book" from SPF, & i will get that very soon.. so i will learn something about CSS
Thanks for replies..
Last edited by M.Zeb Khan; Jun 4, 2004 at 09:46.
In many browsers, a table is not displayed until the whole thing has been computed/rendered by the browser. This is unlike other elements such as paragraphs, headings, and divs. This is one of the biggest reasons for people to move to CSS -- even if the page doesn't really load faster, under certain layouts it can appear faster just by using something other than tables to lay your page out.
Bookmarks