Safari 7未在Colorbox按钮上显示背景图像

时间:2014-01-13 05:56:55

标签: safari background-image colorbox

我在this page上自定义了Colorbox灯箱的按钮(点击要加载的图片)。

灰色按钮(两个箭头和一个X)没有出现在Safari(7.0.1)中,但出现在Chrome和Firefox中。

使用Web检查器将背景更改为颜色也无效。

一键式CSS:

#cboxNext {
position: fixed;
top: 47%;
right: 18px;
width: 22px;
height: 32px;
background: url("buttons.png");
background-position: -42px 0;
background-repeat: no-repeat;
background-color:white;
}
  • .png精灵文件和样式表位于同一目录中。
  • 更新到最新的Colorbox版本没有帮助(我恢复到旧版本)。
  • 我读过here过去Safari的背景快捷方式问题 语法,因此是长形式。

非常感谢任何帮助!

1 个答案:

答案 0 :(得分:1)

固定。

位置:固定按钮是具有溢出的容器的子元素:隐藏。与其他浏览器不同,Safari似乎隐藏了父母的按钮。