动态调整 JQuery 厚盒窗口的大小
我有一个厚盒子,当您单击链接时会弹出。根据用户的浏览器大小,我希望厚盒的宽度恒定为 500px 左右,高度根据用户浏览器的高度动态变化。这可能吗?
I have a thickbox that pops up when you click on a link. Depending on the user's browser size I want the thickbox to be a constant 500px or so width and the height to change dynamically depending on the height of user's browser. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
仅使用 CSS 测试答案:
Tested answer using just CSS:
就我而言:(仅限 CSS)
In my case : (CSS only)
另一种选择是使用 JQuery 计算出浏览器大小,然后调整厚盒大小以适应。
这不像 CSS 解决方案那么优雅,但只是为了完成答案......这里有一个方法可以完成它。
another option is to use JQuery to work out the browser size and then resize thickbox to suit.
this is not as elegant as the CSS solution but just to complete the answer... here is a method do get it done.
您可以调整 css 使高度动态变化。像这样的东西应该有效:
You can adjust the css to make the height change dynamically. Something like this should work: