2014/11/05

[HTML/CSS]讓textarea禁止換行、不顯示捲軸(外表看似input text,實際是textarea)

專案進行中,因為套用了第三方框架,使用input text設定width100%居然會失效

然後發現采用textarea意外的可以正常運行

接下來就是處理多行輸入、捲軸、鍵盤Enter的問題

所以要在style加上下面的語法來處理


這麼一來就大功告成啦!

參考
Enter key in textarea
http://stackoverflow.com/questions/2099661/enter-key-in-textarea

How remove word wrap from textarea?
http://stackoverflow.com/questions/657795/how-remove-word-wrap-from-textarea

沒有留言:

張貼留言