I want to add a specific style sheet for IE9 which overrides the img.icon css class with different margin values. So i add the below in the head section. But when page loads it display as a text in browser.
<!--[if IE 9]>
img.icon {
float: right;
margin: 4px -31px;
}
<![endif]-->