0

我附上了在 Google Chrome 上运行的代码的屏幕截图。但是相同的代码在 Firefox 中没有相同的效果(典型!)。有谁知道我需要输入什么,以便两个浏览器都能正常工作。

.carousel-holder { 
    position: relative; 
    width: 877px !important; 
    margin-left: 30px; 
}
.carousel-overlay { 
    background: url('../img/overlay.png') top left no-repeat; 
    width: 877px; 
    height: 151px; 
    position: relative; 
    bottom: 142px; 
    left: 0px; 
    margin-right: 56px;
}

Chrome - http://tinypic.com/r/2mq98w0/5
Firefox - http://tinypic.com/r/zwi8w1/5
URL - http://www.mangdevelopment.co.uk/crk/

4

1 回答 1

1

错误在于你的.crossbg班级

替换margin-top: -230pxtop: -230px

于 2013-08-15T14:50:45.810 回答