Add the following snippet in the section of your page, and create the linked CSS files (ie-only.css) and upload them.

<!--[if IE]>
    <link rel="stylesheet" type="text/css" href="ie-only.css" />
<![endif]-->
Source: http://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/
 

Leave a Comment