Friday, December 14, 2012

How to set CSS properties only for IE9

Mostly this kind problem occur when working with different browsers.Recently i had struggle with css issue for my application.The problem here  is the image border has default border when load in IE but not in remaining browser.For this i just write CSS for IE browser.
#slider li img {border :none/9}
It can applied to applicaiton CSS when it will be loaded on IE

No comments:

Bel