• ARCHIVES 
  • » Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

Pages: 1

Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?
keanutt
» FTalkManiac
FTalk Level: zero
925
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

umm.. i think its possible. :thumbsup:
girlreen
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

:puke::D=D;):/:/:/:/:/:/:/:cake::cake::cake::cake::cake::cloud::cloud::cloud::cloud::cloud::cloud::wow::wow::wow::wow::wow::wow::penguin::penguin::penguin::penguin::penguin::penguin::penguin::penguin::arrow::arrow:
ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

girlreen, i dont need your help, your just spamming the board, keanut, i don't know where to find it in all bunch of tips and tricks here :lol: can somebody guide me through =|
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

try this. for css. [quote]if (window.ie){ Asset.css('[color=#FF0000]CSS LINK FOR IE HERE[/color]'); } else if (window.gecko){ Asset.css('[color=#FF0000]CSS LINK FOR FIREFOX HERE[/color]'); }[/quote] for js. [quote]if (window.ie){ Asset.javascript('[color=#FF0000]JS LINK FOR IE HERE[/color]'); } else if (window.gecko){ Asset.javascript('[color=#FF0000]JS LINK FOR FIREFOX HERE[/color]'); }[/quote]
ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

i can use a combination?
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

u can try this also... :thumbsdown: [quote]if ((navigator.appName).indexOf("Microsoft")!=-1) {a=document.createElement('link');a.rel='stylesheet';a.href='[b]LINK OF YOUR CSS FOR INTERNET EXPLORER HERE[/b]';navBg.appendChild(a) } else {a=document.createElement('link');a.rel='stylesheet';a.href='[b]LINK OF YOUR CSS FOR FIREFOX HERE[/b]'; navBg.appendChild(a) }[/quote] code provided by: ~ ArchAngell~ switpotato for js.. :thumbsdown: [quote]var podo = document.createElement("script"); var browser=navigator.appName; var mic="Microsoft Internet Explorer"; if (browser==mic){ podo.type = "text/javascript"; podo.src = "[b]INSERT UR IE URL HERE[/b]"; document.getElementsByTagName("head")[0].appendChild(podo); } else { podo.type = "text/javascript"; podo.src = "[b]INSERT UR FIREFOX URL HERE[/b]"; document.getElementsByTagName("head")[0].appendChild(podo); }[/quote] code provided by: podo

Last edited by mabuhay (2009-01-13 05:29:14)

ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

^ how about the JS
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

[quote=ashdesignz]i can use a combination?[/quote] try. [quote]if (window.ie){ Asset.css('[color=#FF0000]CSS LINK FOR IE HERE[/color]'); } else if (window.gecko){ Asset.javascript('[color=#FF0000]JS LINK FOR FIREFOX HERE[/color]'); }[/quote]
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

[quote][b]ashdesignz wrote:[/b] ^ how about the JS[/quote] for js.. :thumbsdown: [quote]var podo = document.createElement("script"); var browser=navigator.appName; var mic="Microsoft Internet Explorer"; if (browser==mic){ podo.type = "text/javascript"; podo.src = "[b]INSERT UR IE URL HERE[/b]"; document.getElementsByTagName("head")[0].appendChild(podo); } else { podo.type = "text/javascript"; podo.src = "[b]INSERT UR FIREFOX URL HERE[/b]"; document.getElementsByTagName("head")[0].appendChild(podo); }[/quote] code provided by: podo
ashdesignz
» FTalkGeek
FTalk Level: zero
1077
0
1969-12-31

Re: Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

thanks for the alternatives, i just wanna try some tricks, trying to separate two layouts for different browsers, topic solved guys. ;)
  • ARCHIVES 
  • » Is it possible, example for IE is CSS layout and for Firefox is Crossover layout?

Pages: 1

Board footer

© 2025 F Talk

Current time is 16:59

[ 11 queries - 0.536 second ]
Privacy Policy