【问题标题】:Safari is showing the background color and imageSafari 显示背景颜色和图像
【发布时间】:2013-11-13 13:53:01
【问题描述】:

我使用以下 CSS 进行背景设计,它适用于所有浏览器,但 Safari 不显示背景颜色和图像。我错过了什么吗?

background: url("https://xyz.xyz.com/src/images/HeaderBackground.png") repeat-x scroll 0 0 / 200px 94px #E2DDD5;

请给我建议..

【问题讨论】:

标签: html css


【解决方案1】:
.background{
    background: url(images/background.png);
    background-repeat:repeat;
    width:500px;
    background-color:#E2DDD5;
    overflow-x:scroll;
    background-position:200px 94px;
    }

此代码在 safari 中运行。我的东西对你有用。

【讨论】:

    猜你喜欢
    • 2010-12-19
    • 2013-11-07
    • 2014-08-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-04-10
    相关资源
    最近更新 更多