firefox问题与底部填充

时间:2013-08-15 14:19:53

标签: html css google-chrome firefox

我附上了在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
网址 - http://www.mangdevelopment.co.uk/crk/

1 个答案:

答案 0 :(得分:1)

错误在于您的.crossbg

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