Hi all, I am having a few problems with a css. Basically in my conditional css I need to target IE9 and below (IE9 included). Now, I have this:
<!--[if IE 9]>
...
<![endif]-->
and
<!--[if lt IE 9]>
...
<![endif]-->
Can I combine them together somehow?
thanks