You are viewing a post by Co_don SanAdH. 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-.
<">[b]@ putra_willy[/b]
coba ini masukin k CSS kamu
[quote]#marketing {display:none!important;}[/quote]
[b]@ zeta[/b]
ini previewnya saya FF lover
[spoiler][img]http://img256.imageshack.us/img256/9944/zetayp4.jpg[/img][/spoiler]
kalo klik kanan getar di FF saya gag tau codenya
kalo yg gag bisa klik kanan pake ini ajah
taruh d JS nya d bawah
[spoiler]// NO RIGHT CLICK
function leRenOdul()
{if (document.all)
{return false;
}
}
function ciCinGlah(e)
{if (document.layers || (document.getElementById && ! document.all))
{if (e.which == 2 || e.which == 3)
{return false;
}
}
}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);
document.onmousedown = ciCinGlah;
}
else
{document.onmouseup = ciCinGlah;
document.oncontextmenu = leRenOdul;
}
document.oncontextmenu = new Function("return false");[/spoiler]
Last edited by Co_don SanAdH (2008-06-12 18:16:33)