Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
По умолчанию, в других браузерах включен режим bicubic
Unfortunately, the original filter syntax was not CSS 2.1 compliant. [...] Еще бы ;)
Since our CSS parser has been re-designed to comply with standards, the old filter syntax will be ignored as it should according to the CSS Specification. Therefore, it is now required that the defined filter is fully quoted. [...]
In order to guarantee that users of both Internet Explorer 7 and 8 experience the filter, you can include both syntaxes listed above. Due to a peculiarity in our parser, you need to include the updated syntax first before the older syntax in order for the filter to work properly in Compatibility View (This is a known bug and will be fixed upon final release of IE8). Here is a CSS stylesheet example:
#transparentDiv {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: .5;
}
Можно смело ставить в CSS файле по умолчанию: *+html img { -ms-interpolation-mode: bicubic }Вы бы поаккуратнее с советами — ведь поверят люди, а их фотогалерейки начнут ронять IE.
CSS хитрости IE 7: -ms-interpolation-mode