开发者

Position absolute in ie7 problems

开发者 https://www.devze.com 2023-04-11 18:45 出处:网络
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 bro

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

精彩评论

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