Is it possible to do the following with conditional comments:
<!--[if IE]>
.ie-only{margin-top:-13px;}
<![endif]-->
Is it possible to do the following with conditional comments:
<!--[if IE]>
.ie-only{margin-top:-13px;}
<![endif]-->
Copyright © 2021 Jogjafile Inc.
You can do like this...
EDIT:
You can also include external css for IE alone.