..or not...it's up to you
Using this code, you can either balance the look, or have 2 completely different looking layouts
Here's the code I'm using:
[quote]//this is a shakiro214 production
//In cooperation with friendsterTalk forum
var css = document.createElement("link");
var browser=navigator.appName;
var mic="Microsoft Internet Explorer";
if (browser==mic){
try{
document.createStyleSheet("[b][color=blue]IE_CSS_URL[/color][/b]");
}
catch(e){
css.type = "text/css";
css.rel = "stylesheet";
css.href = "[b][color=blue]IE_CSS_URL[/color][/b]";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);
}
}
else
{
try{
document.createStyleSheet("[b][color=red]FF_CSS_URL[/color][/b]");
}
catch(e){
css.type = "text/css";
css.rel = "stylesheet";
css.href = "[b][color=red]FF_CSS_URL[/color][/b]";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);
}
}[/quote]
I think it's pretty much self-explanatory
[b][u]Hot Tips[/u][/b]
Btw, the [color=green][b]if (browser==mic)[/b][/color] statement can be used for things other than css. Try experimenting.
[align=center][color=red]always keep backup files and edit from your ripway account[/color]
[/align]
[b]credits:
Feruzz[/b] - for [i]document.write[/i] work-around
Last edited by shakiro214 (2007-10-16 03:20:23)
keep it up!!
thx foe this^^
I'm sorry, but that's alot of work
I can't help you make a FF CSS bcoz I'm an IE user, so it took me 2 days edit my profile to look presentable in FF. I suggest you do some research or experiments so you can do it yourself. Or you need a FF expert to help you with that
Last edited by aBBy413 (2007-09-29 00:57:16)
sorry for spamming
hehe
Just updating the post bro
we're all here for tweaking anyway
Last edited by shakiro214 (2007-10-16 04:41:20)
Last edited by MarvacS (2007-10-16 05:58:39)
Yeah, that's the 1 I'm still using on my main profile bro, but I've confirmed with the other members. They said that [i]document.write[/i] codes aren't working with the new js linkers
*see this [url=http://theftalk.com/t13690-document.write%3F.html]TOPIC[/url]
Last edited by shakiro214 (2007-10-16 05:59:46)