调整大小时浮动元素位置(jQuery/CSS)

发布于 12-02 05:54 字数 194 浏览 0 评论 0原文

我有一个隐藏层。当我单击图像时,div 会出现在图像上方。但是,如果在显示 div 时调整页面大小,则图像将随页面元素的其余部分一起移动,但 div 仍保留在其出现的位置。有没有办法让它与图像保持相对关系?

$(".myBox").css({"position":"absolute","width":"400px"});

I have a hidden layer. When I click on an image the div appears over the image. However, if while the div is showing I resize the page, the the image will shift with the rest of the page elements but the div remains in the same place where it appeared. Is there a way to make it stay relative to the image?

$(".myBox").css({"position":"absolute","width":"400px"});

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在夏天2024-12-09 05:54:46

如果我明白你的意思,我想我明白,那么你应该将 position:relative; 放在你的图像上。

If I understand what you mean, which I think that I do, then you should just put position: relative; on your image.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文