适合各种屏幕的内容
我有一个基于表格的 html 页面。我有一个 ul 作为菜单,几个图表和几个表格。我正在尝试设计它,使其适合任何屏幕,没有任何滚动条。我的浏览器不支持我在页面主表中尝试的 height=100% 。有什么想法吗?提前致谢 :)
I have a html page which is table based. I have a ul as menu few charts and few tables. I am trying to design it such that it just fits in any screen without any scrollbar. My browser doesn't honer the height=100% which i tried for the main table of the page. Any thoughts? Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了使用 javascript 或使用框架集之外,您将无法根据需要调整高度
you will not fit height as you want except using javascript, or use frameset
这是我用来强制某些元素的高度的 javascript/jquery 代码。
Here is javascript/jquery code that I have used to force the height of certain elements.