边距在 Opera、Chrome 和 IE 中显示正确,但在 FF 中显示不正确

发布于 2024-12-10 18:02:40 字数 325 浏览 0 评论 0原文

我已经尝试了我能想到的所有选项,但仍然无法使此页面正确显示在FF。当您在正方形内部单击时,右侧会出现一个包含图像的菜单,该菜单在除 FF 之外的每个浏览器中都正确对齐。我到处调整CSS,但还没有找到解决方案。

如果我从样式表上的#acabados_main .image_carousel 中删除宽度属性,所有浏览器都会显示相同的边距,尽管未对齐。但一旦我给它一个宽度 FF 就是唯一一个以不同方式显示该部分的宽度。

有人可以看一下并帮我看看出了什么问题吗?

I have tried about every option I could think of but I still can't make this page display correctly in FF. When you click inside the square, a menu with images appears on the right which is properly aligned in every browser but FF. I've tweaked the CSS here and there but haven't found a solution.

If I remove the width property from #acabados_main .image_carousel on the stylesheet all browsers show the same margins, albeit non-aligned. But as soon as I give it a width FF is the only one that displays that section differently.

Can someone please take a look and help me see what's wrong?

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

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

发布评论

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

评论(1

北陌 2024-12-17 18:02:40

尝试添加 float: left;至 .general

#acabados_main .image_carousel .general {
    float: left;
    position: relative;
}

try adding float: left; to .general

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