jQuery 框区域问题
我有一个问题 - 我有 2 或 3 个盒子,我试图将它们完美地放入一个最大宽度为 445px 的更大的方形盒子中。所有盒子的尺寸都应适合填满较大的盒子。
我不知道任何盒子的宽度或高度是多少,因此第二个盒子的大小应该相对于第一个盒子的大小?第一个框的纵横比也可以改变[即长或宽],因此第二个框应该填充。
有什么想法吗?
I have a problem - I have 2 or 3 boxes and I am trying to fit them perfectly into a bigger square box of max-width 445px. All boxes should be sized to fill the bigger box.
I don't know what any of the box widths or heights will be and therefore the second two boxes should be sized relative to the first ? The aspect ratio of the first box can also change [i.e. be long or be wide] and so the second two boxes should fill.
Any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保盒子的大小,包括填充和边距。
我认为你可以通过用户 jQuery.outerHeight(), jQuery.outerWidth() 注销内部框的宽度和高度
make sure about the boxes size, including the padding and margin.
i think you can log out the width and height of the inner boxes by user jQuery.outerHeight(), jQuery.outerWidth()