Display one css style if IE and another if ff or chrome in .css using PHP
- by Jean
Hello,
I have some CSS style that does not work in IE and that works on ff and chrome. I want to be able to use if else. But can PHP ifelse be included in the .css file for me to achieve?
Thanks
Jean