IE 中文本区域 100% 高度
如何让我的
How do I get my <textarea>
to have a height of 100% and work in IE7/6? height:100%
works fine in all other browsers but IE just doesn't want to accept anything other than specific values. Javascript is a possible solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为了使元素在 IE6 中达到 100% 高度,您需要指定其父元素的固定高度。如果您想让元素占页面的全长,请应用 height:100%; html 和 body 元素。
摘自:http://www.virtuosimedia.com/
我猜这同样适用于 IE7。
In order for an element to achieve 100% height in IE6, you will need to specify a fixed height of its parent element. If you want to make the element the full-length of your page, apply height:100%; to both the html and body elements.
Taken from: http://www.virtuosimedia.com/
I'm guessing the same applies for IE7.
我想在这里留下答案,因为我有同样的问题,并且上面的答案并不完全有帮助。
对于除IE6-7之外的所有浏览器
但对于IE6-7你需要设置:
I want to leave an answer here, beacause I have the same problem and answer above is not fully helpfull.
For all browsers except IE6-7
But for IE6-7 you need to set: