[quote=shittykid21]humm..do you know how to use marquee in pictures[/quote]
Do mean the photo gallery under the control panel? If so you need to have an external js file to use the code.
This is the code.
[quote]//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='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueePhotos+"</marquee>";
}[/quote]
Last edited by bobcbar (2008-11-21 12:49:11)