Re: This is a simple collection of marquee codes for use on your profile with [b]IE[/b] only!
Marquee means to some moving or scrolling of the contents.
I did not create only collected, the credit goes
pls help me. i pasted below codes in my js extn but other codes are not working anymore. pls help
//Moving Testi & Comments Box
var marqueeTestiComments = document.getElementById("content_18").innerHTML;
document.getElementById("content_18").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+
marqueeTestiComments+"</marquee>";
}