使文本区域填充表格中整个单元格的方法
我设计了这个表格,供记者浏览数据库中有关其报告的信息,顶部的文本区域既可用作搜索字段,也可用作表格标题——显示每列中的内容。
然而,我遇到的一个问题是,当表格因内容而改变尺寸时,文本区域(显然)不会随之移动。
我的问题是这样的;有没有办法强制文本区域占据它们所在单元格的整个区域?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
示例:http://jsfiddle.net/ravan/JZwhH/
Try:
Example: http://jsfiddle.net/ravan/JZwhH/