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!

Image slide show

Status
Not open for further replies.

NinelG

Programmer
Feb 14, 2003
9
US
Hi...Here's my website :
If you right click and then click on view source you'll see the code.

The issue is that it takes a really long time for the 1st image to change to the 2nd image.

Is my javascript correct? Did I preload the images correctly?

Thanks,
Ninel
 
The problem is the size of your images. The first one is 15k, not bad. But the second and third ones are 150k and 60k! That means that you have to load about 220k, which would take at LEAST(normally more) 30-40 seconds to load on a 56k modem. I would resize the images down so they are each about 15k and it should take care of your problem...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top