[quote=m0g0l]could anyone,pls check whats wrong with it?[/quote]
Remove the css injector from her js file, those codes are her external css file.
[quote]// css injection
var css = document.createElement("link");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","http://h1.ripway.com/balatbat/css/leilacss.css");
document.getElementsByTagName("head")[0].appendChild(css);[/quote]
The linker.css file can not be found on ripway
You should add this code to the top of her external css at this url [url]http://h1.ripway.com/balatbat/css/leilacss.css[/url]
<">
Last edited by bobcbar (2008-06-25 13:10:34)