IE中的基础轨道滑块的.png问题

时间:2012-11-19 21:38:48

标签: zurb-foundation

每当轨道滑块完成加载时,png图像和文本看起来都是黑色背景而不是透明......

我尝试通过设置背景和颜色属性来使用!important标签,但无济于事。附图。任何帮助表示赞赏!

enter image description here

1 个答案:

答案 0 :(得分:0)

在你的orbit.css中更改此

#featured { 
    background: #000 url('orbit/loading.gif') no-repeat center center;
}

到这个

#featured { 
    background: rgba(0,0,0,0) url('orbit/loading.gif') no-repeat center center; 
}