根据视口高度动态设置DIV高度
我正在尝试将 div 的高度设置为视口高度的 30%,并且我非常希望在视口高度发生变化时对其进行缩放。
我尝试设置 min-height: 30%; height:30% 但它不起作用。
我看了一下JQuery的height();但我就是不知道如何开始。
谢谢。
I'm trying to set a div's height to 30% of the viewport height and I would very much like to scale it when the height of the viewport changes.
I tried setting min-height: 30%; height:30% but it is not working.
I took a look at JQuery's height(); but I just don't know how to get started.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这基本上是利亚姆·贝利的答案,但使用三十个人卡()应该更快,更简洁:
如果你喜欢它,请仍然接受利亚姆的答案,但支持我的。 :)
This is basically Liam Bailey's answer, but with a thirty_pc() that should be both faster and more concise:
If you like it, please still accept Liam's, but upvote mine. :)
对于使用 Jquery 具有此类的任何 div、部分的视口高度,此方法 100% 有效。
使用附加功能调整高度为30%,目前是100%,如果喜欢请推广。
This one works 100% for viewport height of any div, section that has this class using Jquery.
Use additional function to adjust height to 30% currently it is 100% please promote if you like it.