View Single Post
  #2 (permalink)  
Old Nov 9th, 2006, 14:55
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: javascript slideshow, and preloading

In my opinion there are a number of issues:

You need to create syntactically correct mark-up.

Suggest using a method other than Frontpage 5.0.

You are trying to load too many images at start up. Your page took far to long to load and I'm on a fast broadband. Most people would get fed up with waiting and leave before it had loaded.

You need to trap 'previous' and 'next' clicks when there isn't one so as not to produce 404 errors.

To answer your original question, you can disable the buttons and then use JavaScript to enable them once your images have loaded.
Reply With Quote