jquery滑块ie6& 7对齐问题

时间:2010-12-06 16:14:00

标签: jquery css internet-explorer-7 internet-explorer-6

jquery新手。不确定这是javascript还是css问题。我会猜测后者,但我尝试过的一切都失败了。网站效果很好,只是在ie6或7中没有正确对齐。

http://sixpencechildphotography.com/

任何建议,将不胜感激。

1 个答案:

答案 0 :(得分:1)

在这里你应该在#myslide .cover

中添加左侧位置
#myslide .cover {
    height: 450px;
    left: 0;
    position: absolute;
    width: 6775px;
}