如何break the words以及何时disable the scroll bar内容textarea超过?仅在 Opera 中存在问题。
我的textarea样子,

该overflow:auto属性适用于除 Opera 之外的所有浏览器。
我的 CSS 将是,
#message {
width: 99.5%;
height: 60px;
border: none;
overflow: auto;
resize: none;
outline: none;
border-color: #6495ED;
border-style: solid;
border-width: 1px;
}
如何解决这个问题。好的答案绝对值得赞赏。