G
geoff
Hello
I am trying to make the running of a carousel of images optional (for
those who are annoyed by moving images!).
If you look at
http://www.micro-active.com/styles/style1/index.htm
you will see that it runs automatically.
Looking at
http://www.micro-active.com/styles/style1/index-test.htm
there is the start carousel button.
I am using document.getElementById('carouse').innerHTML to load an
image into <div id='carousel'> when the page loads.
Then startCarousel() puts the markup for the carousel into the div and
then runs goCarousel() which starts the carousel running.
Problem is - the carousel runs the first image and then stops!
Any ideas please!
Cheers
Geoff
I am trying to make the running of a carousel of images optional (for
those who are annoyed by moving images!).
If you look at
http://www.micro-active.com/styles/style1/index.htm
you will see that it runs automatically.
Looking at
http://www.micro-active.com/styles/style1/index-test.htm
there is the start carousel button.
I am using document.getElementById('carouse').innerHTML to load an
image into <div id='carousel'> when the page loads.
Then startCarousel() puts the markup for the carousel into the div and
then runs goCarousel() which starts the carousel running.
Problem is - the carousel runs the first image and then stops!
Any ideas please!
Cheers
Geoff