在ie7问题中绝对定位

时间:2011-10-10 12:38:52

标签: css internet-explorer-7 position css-position

我对ie7(谁没有)

有点麻烦

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

1 个答案:

答案 0 :(得分:4)

您已定义position absolute cordinates

像这样

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