使文本区域填充表格中整个单元格的方法

发布于 2024-12-10 20:32:05 字数 251 浏览 0 评论 0原文

我设计了这个表格,供记者浏览数据库中有关其报告的信息,顶部的文本区域既可用作搜索字段,也可用作表格标题——显示每列中的内容。

然而,我遇到的一个问题是,当表格因内容而改变尺寸时,文本区域(显然)不会随之移动。

我的问题是这样的;有没有办法强制文本区域占据它们所在单元格的整个区域?

http://i.imgur.com/twOmA.png

I have designed this table for reporters to browse information about their reports in the database, and the textareas at the top function as both search fields and table heads -- which show what is in each column.

However, a problem I have run into is that when the table shifts dimensions because of content, the textareas (obviously) do not shift along with them.

My question is this; is there a way to force the textarea take up the entire area of the cell they are in?

http://i.imgur.com/twOmA.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫轩蝶泪 2024-12-17 20:32:05

尝试:

textarea {
   width: 100%;
}

示例http://jsfiddle.net/ravan/JZwhH/

Try:

textarea {
   width: 100%;
}

Example: http://jsfiddle.net/ravan/JZwhH/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文