ime-mode | NN n/a IE 5(Win) CSS n/a |
Inherited: No | |
Controls the presence of the Input Method Editor in IE for Windows for browser and system versions that support languages such as Chinese, Japanese, and Korean. |
|
CSS Syntax | |
ime-mode: active | auto | disabled | inactive |
|
Value | |
One of four constants: active | auto | disabled | inactive. |
|
Initial Value | |
auto |
|
Example | |
input {ime-mode: active} |
|
Applies To | |
input and textarea elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.imeMode
|