css 实现 ie和火狐 禁止使用输入法
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TEST</title>
<style type="text/css">
.ime-disabled {
ime-mode: disabled;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<input type="text" /><br />
<input class="ime-disabled" type="text" />
</body>
</html>
其他浏览器chrome ,opera,Safari不支持
原文地址:http://hi.baidu.com/zhuhailangke/blog/item/625ead231d3abfecd7cae206.html
孜孜不倦,学习不止
浙公网安备 33010602011771号