[quote=mhonskie1982]not working.........[/quote]
its still working on my profile, did u see the preview?
[quote=julyan emo]can you give yhe preview picture how to put that code to our js,, plisss
[/quote]
[quote][b][color=#0000cc]//CSS Injection[/color][/b]
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 URL");
css.setAttribute("media","screen, print");
document.getElementsByTagName("head")[0].appendChild(css);
}
}
injectcss();
[color=#cc0000][b]The Custom Flash Navigation Code[/b][/color]
[color=#0000cc][b]// Onload Handler[/b][/color]
function onProfileLoad() {[/quote]