Our website does not meet wcag 2.0 AA standards when background images are turned off, likely due to the use of a dark background color.
We still want to maintain our current dark background, but need a solution that switches the background to white if images are disabled. Does the code below provide a suitable fix for this issue?
The bg_top image serves as the main background, while bg_secNavigation creates the dark gradient background.
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;