I am trying to add a property and it should apply only when the page opens in IE9. I am using the following css.
.contents{
width:5%;
position: relative;
display: inline-block;
text-align:left;
cursor: pointer;
margin-right:0.5%;
padding-right:1%;
float: left\9;
padding-top: .5em;
}
I want to apply float property for IE 9. But it is using this property both in IE10 and IE9. How to stick this property to IE9?