开发者

Position absolute in ie7 problems

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, t开发者_如何学运维his works in every other major browser though including ie 8, 9


you have define the position absolute cordinates

like this

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜