[quote=gembel]^all
about me+comment bsa gag di bwad marquee direction="up" ???
trs ngehide who wants to meet gmna carana iia ..??
aq dlu pake code dari sist anna iank bwad marquee more aboutme ma comment
cmn ..
kok gag jalan iia ..
apa code dari sist anna ntu dh expired iia
hahakz
bantuin dumz
[/quote]
ini kode yg gw tau broth buad moving content alias marquee.
dan masih ngefek d profile gw mpe skrg.
[quote]if (!attachOnLoadHandler(function() { marquee();})) window.onload = function() { marquee();};
function marquee() {
MARQUEE.init();
}
if (typeof MARQUEE == "undefined") { MARQUEE = {}; }
MARQUEE = {
content: [],
init: function() {
[color=red]this.content = document.getElementById("content_6").innerHTML;
document.getElementById("content_6").innerHTML = "<marquee direction=\"up\" height=\"100\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+this.content+"</marquee>";[/color]
}
};[/quote]
kode d atas buad marquee d more about box.
nah.
yg warna merah itu bisa ditambahin buad marquee-in box yg laen, dgn ngedit ID nya.
jadi misalnya bro mu marquee-in more about box dan comment box kode nya jdi kyk gini.
[quote]if (!attachOnLoadHandler(function() { marquee();})) window.onload = function() { marquee();};
function marquee() {
MARQUEE.init();
}
if (typeof MARQUEE == "undefined") { MARQUEE = {}; }
MARQUEE = {
content: [],
init: function() {
[b]// more about[/b]
[color=red]this.content = document.getElementById("content_6").innerHTML;
document.getElementById("content_6").innerHTML = "<marquee direction=\"up\" height=\"100\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+this.content+"</marquee>";[/color]
[b]// comment[/b]
[color=red]this.content = document.getElementById("content_18").innerHTML;
document.getElementById("content_18").innerHTML = "<marquee direction=\"up\" height=\"100\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+this.content+"</marquee>";[/color]
}
};[/quote]
dan bro jga bisa ngedit property laen nya, kyk marquee direction ama scrollamount.