asp.net page speedup load
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi friends how i make my asp.net pages to load their text first and after that loads the pics? thanks
They do load the text before the images. The addresses of the images are in the page, so it's impossible for the browser to load the images before the page itself. Specify the width and height of all images. That way the browser can display the page without first loading the images to know how much space they will use. --- b { font-weight: normal; } -- modified at 8:56 Sunday 19th March, 2006