ie7中的绝对位置问题

发布于 2024-12-09 01:46:57 字数 167 浏览 0 评论 0原文

我在使用 ie7 时遇到了一些麻烦(谁没有)

我希望当前位于 3 个内容 div 下方的幻灯片可见,并且内容从滑块底部开始。就像在其他浏览器和版本中一样。 但我无法让它在 Internet Explorer 7 中工作...就像它不知道元素的高度一样,这在所有其他主要浏览器中都有效,但包括 IE 8、9

Im having a bit of trouble with ie7(who hasnt)

I want the slide thats currently below the 3 content divs to be visible, and the content to start at the bottom of the slider. as it is in the other browsers and verions.
but i cannot get it to work in internet explorer 7... its like it doesnt know the height of the element, this works in every other major browser though including ie 8, 9

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

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

发布评论

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

评论(1

最近可好 2024-12-16 01:46:57

定义了绝对位置坐标

您已经像这样

#Slider {
    left: 0;
    position: absolute;
    top: 210px;
}

you have define the position absolute cordinates

like this

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