Hi Jeff,
Thanks for the tip. I have actually tried adding an array before. The problem I had with it, though, was here:
function rotateImage(){
if(randomOrder){
index = Math.floor(Math.random() * arImg.length);
}else{
var index = getCookie('rotate_image')...
Hi,
I recently found a great code to rotate images onLoad, either randomly or in order. Its a great code and all, but I would like to use it for something else, too. Unfortunately, I have not successfully customized it...
The code is:
<!doctype html public "-//w3c//dtd html 4.01...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.