The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Text (International) |
| Previous Style: height | Next Style: include-source |


ime-mode

Sets the state of an Input Method Editor (IME).

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported 5.0 and later Not supported
Notes:
  • An Input Method Editor enables a user users to enter and edit Chinese, Japanese, and Korean characters in an INPUT text box or a TEXTAREA.
Possible Values:
active
The IME is enabled and is used to enter and edit characters unless the user disables it.

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported 5.0 and later Not supported

auto
No IME is used.

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported 5.0 and later Not supported

deactivated
The IME is disabled and the user can't enable it.

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported 5.0 and later Not supported

inactive
The IME is disabled and is not used to enter and edit characters unless the user enables it.

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported 5.0 and later Not supported

Example:
<INPUT TYPE="TEXT" STYLE="ime-mode: active">

| Index | Current Category: Text (International) |
| Previous Style: height | Next Style: include-source |