[quote=vanocto]Broada g script buad foto gallery bisa jalan ndiri ??
selain SLIDE
..
sHare plz ...
[/quote]
pake nih aja bro
[spoiler]//Moving Photo Gallery
if ( ! attachOnLoadHandler(function () { movingPhotos();}))
window.onload = function () { movingPhotos();};
function movingPhotos() {
var marqueePhotos = document.getElementById("content_1").innerHTML;
document.getElementById("content_1").innerHTML ="<marquee direction='left' height='100%' scrollamount='3' onMouseOver='stop()' onMouseOut='start()'>"+
marqueePhotos+"</marquee>";
}[/spoiler]