HTML and CSS Reference
In-Depth Information
Compatibility
No specification
Firefox 3.6+
Notes
• This property is adopted from an SVG property.
• This property is similar to interpolation-mode for Internet Explorer.
ime-mode
This Microsoft-proposed CSS property is used to set the state of an Input Method Editor
(IME), for use with Chinese, Japanese, and Korean character sets.
Syntax
ime-mode: auto | active | inactive | disabled
Example
<textarea style="ime-mode:active;"></textarea>
Compatibility
No specification
Firefox 3+, IE 5+
Notes
• Under IE 8 this property is known as -ms-ime-mode to correctly show it is an
extension.
• Firefox 3 also supports the value of normal .
interpolation-mode
This property defines the resampling method to use when stretching images.
Syntax
interpolation-mode: bicubic | nearest-neighbor
Example
<!-- zoom in browser to see effect -->
<img src="star.png">
<img src="star.png" style="interpolation-mode:bicubic; image-rendering:
optimizeQuality;">
<img src="star.png" style="interpolation-mode:nearest-neighbor;
image-rendering: optimizeSpeed;">
Compatibility
No specification
IE 7+
Search WWH ::




Custom Search