You are viewing a post by okacybernet. View all 1842 posts in [b]Latest update (12. 11. 2008) [/b] Diambil dari thread ini :arrow: http://theftalk.com/t10469-CSS-Hide-Codes-%5BUpdate%5D.html [b]CSS HIDE CODES:[/b] [code]/* Remove Find Friends Link */ #ma.

koQ funya ane ndak iso y ??

dah di upload css e ke hosting, dah di taro hyperlink e ke mediabox..
malah nongol pesen "need to install missing plugin (text)"

mohon pencerahan
:idea::idea:[/quote]
coba kamu bikin inject js bro dgn css kamu buat file berextensi .js
[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 KAMU[/b]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
lalu generate di
http://h1.ripway.com/feruzz/generator/jslinker.htm
semoga bisa membantu