im my website i have a file (ie.css) to correct css problems of the ie. However, now i have a litte problem. Some default styles of the website are good on ie8 and not on ie9.
So, i would like to apply the follow css code inside the file "ie.css" only to the ie version 9, is that possible?
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear:both;
display:block !important;
/*border: 2px solid #ADE132;*/
/*margin-left: 10px;*/
margin-left: 2%;
}
.ngg-gallery-thumbnail {
float: left;
margin-right: 3%;
/*margin-right: 10px;*/
text-align: center;
/*border: 2px solid #ADE132; */
height: 430%;
width: 430%;
}