Click to See Complete Forum and Search --> : image problems
joanne
06-15-2003, 08:36 AM
Hi everyone,
I have a slide sshow image done with jpgs at the bottom of the page that I am doing for the church (www.mb-on.paoc.org/neepawa)
But it seem to open very slow and I have that little symbol (the box with the x) in it.
Any ideas how I could clean it up a bit to get rid of this?
Aronya1
06-15-2003, 10:02 AM
I don't think the slideshow is taking all that long to load. Looks to me like you have a 10 second delay built into the JS code. Change that to a shorter timeframe & you won't have the problem. Of course, your slides will change that much faster, too.
I'm not a javascript person, but I'd expect that someone could come up with some code that would display the first image of your slideshow right away, instead of waiting 10 seconds. You'd probably be better off posting this thread in the JavaScript forum.
Good luck.
Aronya1
It is not a delay as such, it is because you do not have an image stated in the IMG tag src.
This means that no image will be shown until the slideshow runs
I suggest making this the last image in your array so you need to add 1cor620.jpg to the IMG tag src like this.
<IMG style="FILTER: progid:DXImageTransform.Microsoft.Stretch(stretchStyle='PUSH')" src="1cor620.jpg" border=0 name=cube>