Internet Explorer v9 will include includes a great many performance & compatibility enhancements over its predecessors. For IE8, it has been useful to limit its rendering engine to display as IE7′s: for this, the X-UA-Compatible header is used, <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> as documented at MSDN. To target different versions of IE with different engines, [...]
Archive for the ‘IE’ Category
Smoothly scale images in IE (-ms-interpolation-mode: bicubic)
June 22nd, 2010
Dan Phillimore Today I discovered a much-improved method to fix IE7′s default image-resizing behaviour: as described in this Flickr post it is possible to tweak IE7 into applying the (much smoother) Bicubic interpolation method when scaling images. The result is depicted in this archived post here (which also happens to provide a solution for IE6, using the [...]

Posted in
Tags:


