I am setting the top and left attributes of an element but it doesn’t work correctly in IE 9. However it is working fine in Google Chrome and Firefox.
So I want to use some filter for IE in CSS that would explicitly set the values for IE.
How can I do that?
For example, like Ii use this filter:
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
Have a look at browser-specific conditonal comments – http://www.quirksmode.org/css/condcom.html