You are viewing a post by cahbagus_dw. View all 59149 posts in [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS, silahkan bertanya dan posting disini, tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-.



ini buad bikin satu kolom versi bang andha dulu
taro di js paling bawah yah yg ini
[quote]//bikin satu kolom
function rePost(){
//box ke1
document.getElementById("[color=red]6[/color]").parentNode.appendChild(document.getElementById("[color=blue]2[/color]"));
// box ke2
document.getElementById("[color=red]18[/color]").parentNode.appendChild(document.getElementById("[color=blue]8[/color]"));
// box ke3 dan seterusnya
}
setTimeout("rePost()",1000);[/quote]
ini taro di css
[quote].commonbox {
position: relative;
left: 158px!important;
overflow: hidden;
width: 570px;
}[/quote]