[quote=planetoheaven]emang ntuh bukan fs saya
itu fs tante ingan
jadi dieditin degh
[/quote]
tadi codenya kan gini yah? :
[spoiler]function marquee() {
MARQUEE.init();
}
if (typeof MARQUEE == "undefined") { MARQUEE = {}; }
MARQUEE = {
content: [],
init: function() {
//friends
this.content = document.getElementById("content_2").innerHTML;
document.getElementById("content_2").innerHTML = "<marquee direction=\"up\" height=\"300\" scrollamount=\"5\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+this.content+"</marquee>";
//photos
this.content = document.getElementById("content_1").innerHTML;
document.getElementById("content_1").innerHTML = "<marquee direction=\"Right\" height=\"100%' scrollamount=\"5\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+this.content+"</marquee>";
}
};
[/spoiler]
coba bawahnya tambahin ini :
[quote]marquee();[/quote]