Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下 CSS 进行背景设计,它适用于所有浏览器,但 Safari 不显示背景颜色和图像。我错过了什么吗?
background: url("https://xyz.xyz.com/src/images/HeaderBackground.png") repeat-x scroll 0 0 / 200px 94px #E2DDD5;
请给我建议。。
.background{ background: url(images/background.png); background-repeat:repeat; width:500px; background-color:#E2DDD5; overflow-x:scroll; background-position:200px 94px; }
此代码在 safari 中运行。我对你有用。