17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1441 Views |
-
Including Conditional CSS

28 August 2008 at 8:43pm
Hi Guys,
Does anyone know how I can add in conditional CSS for IE6 and IE7 through silverstripe?
Cheers
Ryan
-
Re: Including Conditional CSS

28 August 2008 at 10:29pm
you can do it the standard conditional statement in the Page.ss file, watch out though as the core styles will be included after your IE styles so you need to use higher selectors eg html #Blah p rather then #Blah p.. or you could include them via PHP - http://www.silverstripe.com/site-builders-forum/flat/58061#post60072
| 1441 Views | ||
|
Page:
1
|
Go to Top |


