[quote=venusvhie]yang tau caranya supaya halaman blog gw nongol di addbox efes???[/quote]
gw munculin di atas control panel
[spoiler]function rePost(){
document.getElementById("[color=red][b]0[/b][/color]").parentNode.appendChild(document.getElementById("[color=blue][b]13[/b][/color]"));
}
setTimeout("rePost()",1000);[/spoiler]
[color=red][b]merah[/b][/color] : posisi box dmana box yang akan kalian pindahin muncul.
[color=blue][b]biru[/b][/color] : box yang akan kalian pindahin.
taroh di bagian C
untuk mindahin dua box atau lebih, gunain cara kyk gini.
[spoiler]
[b]function rePost(){[/b]
//box ke1
document.getElementById("[color=red][b]0[/b][/color]").parentNode.appendChild(document.getElementById("[color=blue][b]2[/b][/color]"));
// box ke2
document.getElementById("[color=red][b]1[/b][/color]").parentNode.appendChild(document.getElementById("[color=blue][b]8[/b][/color]"));
// box ke3 dan seterusnya
[b]
}
setTimeout("rePost()",1000);[/b][/spoiler]
Last edited by sekya (2008-07-04 11:01:56)