使用 cols/rows 或 style-width/height 来指定 textarea 的尺寸? [复制]

Posted

技术标签:

【中文标题】使用 cols/rows 或 style-width/height 来指定 textarea 的尺寸? [复制]【英文标题】:use cols/rows or style-width/height to specify dimensions of textarea? [duplicate] 【发布时间】:2011-06-30 16:49:23 【问题描述】:

在指定 html 文本区域的尺寸时,最佳实践是什么?只使用 cols/rows (我认为这是 html strict 4.01 强制要求的)或使用 css 属性指定宽度和高度? 甚至设置 cols/rows 的有效性,然后使用 css 覆盖实际大小?

【问题讨论】:

【参考方案1】:

请看这个问题:Should I size a textarea with CSS width / height or HTML cols / rows attributes?

我同意最佳答案。如果不支持 CSS,请使用 rows/cols;如果使用 CSS 指定宽度或高度,它们会覆盖从行/列派生的值。

【讨论】:

以上是关于使用 cols/rows 或 style-width/height 来指定 textarea 的尺寸? [复制]的主要内容,如果未能解决你的问题,请参考以下文章

C - 矩阵乘法分段错误

使用openpyxl操作Excel

使用openpyxl操作Excel

LiauidCrystal

无法访问16UC类型的6通道垫

图像旋转后如何重新映射点?