![]() |
Simple auto slideshow flips out for 10 seconds
Hi all, I'm an aspiring pre-novice in CSS and JS, so I apologize in advance. This might be a simple issue or complex, I haven't a clue.
go to www.michaelsiemsen.com/new in Firefox, Safari, or IE9 and the big banner image flips out for 10 seconds before commencing as it should. The first image is supposed to be handprint, then book, then giant author mugshot. The creators of this site have no clue why it won't work, nor do they care as this banner photo is supposed to be static and I have apparently "ruined" it by attempting to animate it. Ah well... Here is the code that makes the images cycle: HTML: Code:
<div id="slideshow">CSS: Code:
#slideshow {Code:
$("#slideshow > div:gt(0)").hide(); |
Not so simple I guess?
No takers? Did I leave out important information? Do I need to pay someone to fix this? If so, who?
|
The URL has a 404
|
Sorry, It didn't seem like anyone was seeing my post so I went elsewhere and it's all fixed now. Thanks for checking it, though!
|
would you mind posting the solution? I have seen questions about the same problem with the slideshow script a couple of times, but I have never seen anybody with a way to fix it.
|
Sure, sorry... in the js file, the script must be bracketed by the following code:
Code:
$(document).ready(function(){ |
| All times are GMT +1. The time now is 09:22 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.