Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

load all images last?

Status
Not open for further replies.

JavaTurkey

Technical User
Dec 24, 2001
42
US
how do i get the text to load first in an html page, followed by all images and javascripts? is there a script that will do this?
 
Hello,
1) use in tag img attributes width and height - because browser must know size of image. And then first display text and after images.

2) use window.onload=function(){
//here is code, that will be avaible after page is definitely load
}

Coracal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top