If you want this to work in IE 8 and below, use
<!--[if lte IE 8]>
lte
meaning “Less than or equal”.
For more on conditional comments, see e.g. the quirksmode.org page.
If you want this to work in IE 8 and below, use
<!--[if lte IE 8]>
lte
meaning “Less than or equal”.
For more on conditional comments, see e.g. the quirksmode.org page.