Calling separate style sheets
Permalink
Is it easy to call separate style sheets for different browsers from one php page?
I need to set up a separate style sheet for Explorer 6.
Help is greatly appreciated as Im stuck.
Nige
I need to set up a separate style sheet for Explorer 6.
Help is greatly appreciated as Im stuck.
Nige
Cheers Ill have a look at that
mmm could I not just use a workaround like
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie-only.css" />
<![endif]-->
I dont (cant) do php.
Nige
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie-only.css" />
<![endif]-->
I dont (cant) do php.
Nige
Did this work for you?
Did this work for you?
Did this work for you?
In your theme, you chould request a particular style sheet based the returned value of get_browser().
So something like:
I'm not entirely sure that code will work, but do a:
to get the array of options.