반응형
<style type="text/css">
.input[type=text] {
-webkit-ime-mode:active;
-moz-ime-mode:active;
-ms-ime-mode:active;
ime-mode:active;
}
</style>
반응형
'IT 자료' 카테고리의 다른 글
DB2 substr 사용하기 (0) | 2015.08.20 |
---|---|
[FMWGEN][DB2 JDBC Driver]Transliteration failed, reason: invalid UTF8 data (0) | 2015.08.20 |
영문입력을 한글로 변환하기 (0) | 2015.08.13 |
DB2 날짜 계산 (0) | 2015.08.06 |
ajax에서 form양식 보낼때 (0) | 2015.07.30 |