0

当背景图像被禁用时,我们的页面无法通过 wcag 2.0 AA 验证。(由于背景颜色)

我们希望保持目前的深色背景,但如果禁用图像,则将背景设为白色。以下是解决问题的聪明方法吗?

bg_top 是主要的背景图像。bg_secNavigation 是作为渐变的深色背景。

background-image: url(../images/bg_top.jpg), url(../images/bg_secNavigation.jpg);
background-repeat: no-repeat, repeat-x;
background-color: #fff;
background-position: center top, left top;
4

1 回答 1

0

如何禁用背景图像?

为什么你没有一个带有简单深色背景的 div,然后在同一个 div 中你有你的背景图像......

于 2013-04-10T03:05:48.987 回答