SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Jun 3, 2004, 00:09 #1
- Join Date
- Jan 2004
- Location
- Luton, Beds
- Posts
- 1,791
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I want to load the whole page first :(
i need some suggestions. please..
How it is possible that The Page Loads first & then the images loads..??
-
Jun 3, 2004, 00:56 #2
- Join Date
- Jan 2004
- Location
- Melbourne, Australia
- Posts
- 7,305
- Mentioned
- 1 Post(s)
- Tagged
- 1 Thread(s)
Easy. Remove tables from the layout and then the structure will load first.
-
Jun 3, 2004, 01:11 #3
- Join Date
- Jan 2004
- Location
- Luton, Beds
- Posts
- 1,791
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Are You Crazy,,, :@..
if i remove tables. then what will be remain*..
-
Jun 3, 2004, 02:30 #4
Originally Posted by mstwntd
-
Jun 3, 2004, 02:46 #5
- Join Date
- Jan 2004
- Location
- Luton, Beds
- Posts
- 1,791
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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.
-
Jun 3, 2004, 07:06 #6
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