如何将值设置为另一个元素的高度
我的网站上有一个图像列表,由于观众屏幕上的分辨率不同,div 的总高度会发生变化。我需要将“top”值设置为“.photoswrap”的高度。 感谢您的任何帮助。
I have a list of images on my website, and I because of different resolutions on viewers screens, the total height of the div changes. I need to set the "top" value as the height of ".photoswrap".
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我无法通过查看代码给出有效答案,但是:
或者如果
.photoswrap
不在 div 内部:I cannot give a working answer with seeing the code, but:
Or if
.photoswrap
is not inside of the div specifically: