[quote=traNzisTa][b]@all[/b]
bisa tolong liatin ini gak??
kira2 napa iah gak jaland??
http://h1.ripway.com/petak/backup1.txt[/quote]
coba kalau cssnya seperti ini...>
[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","http://h1.ripway.com/petak/kak.css");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]