I tried to do the fade in slideshow for my blog. It worked at first but somehow it's not opening nowadays. It's just a blank space. i wonder what i did wrong.
My blog is http://lindatjoa.blogspot.com/
i need help..![]()
I tried to do the fade in slideshow for my blog. It worked at first but somehow it's not opening nowadays. It's just a blank space. i wonder what i did wrong.
My blog is http://lindatjoa.blogspot.com/
i need help..![]()
Last edited by linda_tjo4; 09-03-2005 at 04:55 PM. Reason: typing error
You added a countdown script and that created a conflict. Here's how I recommend you fix that - change this (at the end of the slideshow script):
to this:Code:if (ie4||dom) window.onload=startit else setInterval("rotateimage()",pause)
There are simpler ways but, this will enable it to interact well with a greater variety of possible future changes to the page.Code:if (ie4||dom){ if ( typeof window.addEventListener != "undefined" ) window.addEventListener( "load", startit, false ); else if ( typeof window.attachEvent != "undefined" ) { window.attachEvent( "onload", startit ); } else { if ( window.onload != null ) { var oldOnload = window.onload; window.onload = function ( e ) { oldOnload( e ); startit(); }; } else window.onload = startit; } } else setInterval("rotateimage()",pause)
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
hey it works now.. thanks so so much..u rock!!
Bookmarks