
if (!addEvent(function() { MARQUEE.init();})) { window.onload = function() { MARQUEE.init();};}
if (typeof MARQUEE == "undefined") { MARQUEE = {}; }
MARQUEE = {
content: [],
init: function() {
this.content = document.getElementById("subnav").innerHTML;
document.getElementById("subnav").innerHTML = "<div align='left'>"+
"<marquee style='width:400px;' direction='left' scrollamount='4' onmouseover='this.stop()' onmouseout='this.start()'>"+this.content+"</marquee>"+
"</div>";
}
};Just save in your JS Files.

Last edited by bratinela01 (2008-01-20 11:29:09)

thanks for sharing bro!


hey, tnx 4 sharing..
nice trick..
im sure this will works

i'll try it.
tnx.
-Offline- |