You are viewing a post by andHa. 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-.
[/quote]
ngurusin addbox?? pegimane kak??
bukannya tinggal di LEFT aja kand kalo addbox??[/quote]
iap.
yg RIGHT itu d ganti jadi LEFT smua nya. (klo ada)
trus baru masukin kode ini di js si neng.
[spoiler]
if (!attachOnLoadHandler(function(){leftBoxes()})) window.onload = function(){leftBoxes()};
function leftBoxes() {
[color=red]fixBox("0",null);
fixBox("1",null);
fixBox("13",null);
fixBox("18",null);[/color]
}
function fixBox(boxID,set) {
//by xavierkym
//set "CUSTOM" | null
//if "CUSTOM" set your settings in the function below
/* Available default boxID
RIGHT BOXES
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
*/
var box;
box = parent.document.getElementById(boxID);
if (set == null) {
box.style.position = "relative";
box.style.overflow = "hidden";
box.style.overflowX = "hidden";
box.style.left = "155px";
box.style.width = "600px";
}
else if (set == "CUSTOM") {
box.style.position = "relative";
box.style.overflow = "hidden";
box.style.overflowX = "hidden";
box.style.left = "155px";
box.style.width = "600px";
}
}
[/spoiler]
bagian merah d sesuaikan dgn box apa aja yg ada d fs nya si neng.
Last edited by andHa (2008-04-21 06:03:11)