简体   繁体   中英

jquery slider ie6 & 7 alignment issues

New to jquery. Not sure if this is a javascript or css issue. I would guess the latter, but everything I have tried has failed. Site works great it just doesn't align properly in ie6 or 7.

http://sixpencechildphotography.com/

Any suggestions, would be greatly appreciated.

Here you should add left position in #myslide .cover

#myslide .cover {
    height: 450px;
    left: 0;
    position: absolute;
    width: 6775px;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM