[quote=marib]Hi Bob. The codes you gave me before were the latest from Feruzz. It was working very well except that I hid my right side boxes so I wanted to move the WvMcbox above my testimonials box. I'll try out the codes above. I'm just studying Micky's tutorail on how to compile:)) Thanks
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)