Re: [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=Q-Doth]siang all...
css injektion yg bagai mana ya ???
yg merubah css ke js.[/quote]
maksud bro begini?
[quote]//CSS LINKER
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "URL CSS";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);[/quote]