[b]prettychinita05 wrote:[/b] is there any new css injection? because when i use this one
try this.. or make new topic on help section...
[quote]//Css injection
function injectcss() {
if(window.cssinjected == undefined) {
cssinjected = 1;
var css = document.createElement("link");
css.setAttribute("type","text/css");
css.setAttribute("rel","stylesheet");
css.setAttribute("href","[b]CSS URL[/b]");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
Last edited by mabuhay (2008-07-16 10:02:01)