Thanks, and to make it stop ? So only when I click play or the other tabs it changes.
Goody
says
Purchased
2 months ago
hmm, well that would be done by invoking cycle pause thing on on body load
not tested tho. but cant hurt to try .
<body onload="javascript: $('#slideshow').cycle('pause'); $('#button_pause').fadeOut(300); $('#button_play').fadeIn(200); ">
something like that, so you have the play button first instead of the pause.\i bet there are better ways to do it but this should work aswell.
ps: put that instead of the body tag of the index.html file.
2 months ago


499 Purchases
161 Comments