I am just starting to dabble in Javascript and I'd like to link one page to several External Style Sheets. Each sheet would work for different browser. What kind of "browser detect" trick can I use to tell it to use this or that style sheet.
I'd like something along the line:
If Browserx is detected then use browserx.css
If Browsery is detected then use browsery.css
If browserz is detected then use browserz.css
I am desperately trying to avoid having to create several browser specific copies of the same page!
Thanks for your time!
I'd like something along the line:
If Browserx is detected then use browserx.css
If Browsery is detected then use browsery.css
If browserz is detected then use browserz.css
I am desperately trying to avoid having to create several browser specific copies of the same page!
Thanks for your time!