防止扩展到 textarea [英] prevent expand to textarea

查看:35
本文介绍了防止扩展到 textarea的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 IE8 并且页面上有 textarea.它的宽度设置为 80%,最大长度为 132 个字符.
如果用户写入不包含空格的文本,例如字母 V 132 次不包含空格,则 textarea 水平增长(宽度增长).
如何防止这种行为 - 我不想让宽度增加?

I am using IE8 and I have textarea on the page. It's width set to 80% with maxlength of 132 chars.
If the user write text that not contains spaces, like the letter V 132 times without spaces, the textarea grows horizontaly (width grows).
How can I prevent this behaviour - I don't want allow the width to grow?

推荐答案

只需要补充:

textarea
{
    word-break:break-all;
}

这篇关于防止扩展到 textarea的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆