!
, . , , (IE 8). , .
, "zoom: 1", IE 8 background. background-color: transparent; IE .
CSS:
.classOfParentElement img {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#FFFFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#FFFFFFFF);
}
.classOfParentElement img {
-ms-zoom: 1;
zoom: 1;
background-color: transparent;
}
, endColorstr=#00FFFFFF endColorstr=#FFFFFFFF.
, Viget.com.
source
share