简体   繁体   English

jQuery滑块IE6和7对齐问题

[英]jquery slider ie6 & 7 alignment issues

New to jquery. jQuery的新手。 Not sure if this is a javascript or css issue. 不确定这是JavaScript还是CSS问题。 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. 站点运行良好,只是无法在ie6或7中正确对齐。

http://sixpencechildphotography.com/ http://sixpencechildphotography.com/

Any suggestions, would be greatly appreciated. 任何建议将不胜感激。

Here you should add left position in #myslide .cover 在这里,您应该在#myslide .cover中添加左侧位置

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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