如何禁止在ASP.NET MVC 2中调整TextArea.For的大小?

可能重复:
如何禁用TextArea的可调整大小的属性?

我想在我的web应用程序中禁用在TextArea.For中调整大小。 在谷歌浏览器和其他浏览器看起来很可怕。 我该怎么做?


要禁用浏览器调整textareas的大小,请使用以下css:

textarea {
    resize: none;
}
链接地址: http://www.djcxy.com/p/27379.html

上一篇: how to forbid resizing of TextArea.For in ASP.NET MVC 2?

下一篇: I want my textarea to have a fixed width