可调输入字段Internet Explorer cakephp

时间:2012-06-20 18:41:45

标签: internet-explorer cakephp

我有一个可能需要大量文本的输入字段。在Mac上我可以将字段调整到我想要的任何大小,看到第一张图片,但在电脑上(Internet Explorer)我得到了一个厄运的滚动条,看到其他图像。有没有办法复制它?或者我把它设置到一定的高度(我可以这样做吗?)?

图片1:

The little arrow on the bottom right of the image let's me adjust it.

图片2:

Scrolling bar of doom on the bottom right, annoying with lots of text

1 个答案:

答案 0 :(得分:1)

IE不像其他浏览器那样提供textareas的可恢复性(截至前一段时间)。

你可以在网上找到添加功能的javascript,但在我看来它更麻烦而不是有用,因为当移动div等时必须添加一个div和移动钩来调整字段的大小。