如何设置 jquery 选项卡形成 100% 高度?
如何设置 jquery 选项卡形成 100% 高度?
我还需要调整其中的 iframe 大小以扩展到 100% 高度。
谢谢你!
how do you set the jquery tabs to form a 100% height?
i also need to resize the iframe within it to expand to 100% height.
thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
要调整 UI 选项卡的大小(至少是最新的 1.7.2 版本),它使用以下代码:
加上以下 css:
您必须根据需要编辑一些数字。
To resize the UI Tabs (latest 1.7.2 version, at least), it worked with the following code:
Plus the flollowing css:
You wil have to edit some numbers according to you needs.
如果它对其他人有任何用处,我添加了一些回调来“显示”和“添加”,以便始终获得完美的高度。 就我而言,顶部容器具有“ui-layout-pane”类(因为我使用 jquery 布局),但这应该适用于任何类。
If ever it can be of any use to someone else, I added some callbacks to "show" and "add" in order to always get a perfect height. In my case the top container has the class "ui-layout-pane" (as I use jquery layouts), but that should work with any class.
我认为仅使用 css 无法可靠地(跨浏览器)做到这一点。
也许你应该使用 jquery 来获取页面的高度并像这样设置每个元素:
I don't think you can do it reliably (cross browser) with just css.
Maybe you should use jquery to get the height of the page and set each element like that:
您可以使用高度为 100% 的 div 来使选项卡内容扩展以覆盖整个屏幕高度。
有关 iframe 大小调整,请参阅此处。
You can use a div with height:100% to have the tab contents expand to cover the whole screen height.
For iframe resizing see here.
您是否尝试过使用 CSS 方法设置 height 属性:
have you tried try setting height property using CSS method: