You are viewing a post by bobcbar. View all 887 posts in [b]First of all, please familiarize yourself with all the codes & take note of the difference between css & js.[/b] The topic here is about compiling js so don't be asking about css considered only if.
and I was also refering to feruzz CSS injection to JS files[quote]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","CSS_LINK_HERE");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}injectcss();[/quote]
My CSS works except for some things I edited. I just changed border styles and colors but it doesn't show up. Maybe it's ripway??[/quote]
Ripway is fine I am editing my profile now in ripway
The css injector has been updated again..here is the latest.
<">
Last edited by bobcbar (2007-11-22 18:35:54)