You are viewing a post by yondaime4th. 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]Tsunade[/b]
masukin za sis, coba dulu. .
kayanya itu betul uda kodenya. .
[b]Q-Doth[/b]
[quote]/***** CSS INJECTION *****/
var css;
try {
css = document.createElement("link");
}catch(e) {
css = document.createElement("<link>");
}
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]url css[/b]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
Last edited by yondaime4th (2008-07-18 23:57:56)