[quote=elaiza]hmmm, waiting for reply!?!
[/quote]
Your code is wrong. Codes are already posted on the very 1st page of this thread....So you want a moving photo gallery then copy the marquee for photo gallery. You don't need to edit. Save it in your host file or you can also compile it with your existing js codes.
[i]Here's the correct code. Copied it for you from page 1:[/i]
[b]//Moving Photo Gallery
if ( ! attachOnLoadHandler(function () { movingPhotos();}))
window.onload = function () { movingPhotos();};
function movingPhotos() {
var marqueePhotos = document.getElementById("content_photos_1_2").innerHTML;
document.getElementById("content_photos_1_2").innerHTML ="<marquee direction='left' height='100%' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueePhotos+"</marquee>";
}[/b]
Last edited by mickyriora (2007-09-06 22:55:40)