Brian Cummiskey a écrit : > Hi All, > > Perhaps this is more an accessibility questions than CSS, but the fix > lies in the css i believe. > > Scenario: > > <div> dark blue background image gradient. > <h1> on top of it, styled white to be readable</h1> > </div> > > > Now, when images are off, the text is white on white (on an assumed not > user-styled browser window) and un-readable. > > > i'm stuck leaving the font color white, as its not my design. > > Is there a common fix/workaround/hack for this? > > Hi Brian,
Just add: background-color: (whatever color you want); to the properties of your div; this should do it. Regards, -- Éric Vesque imprimerie Print, Limoges http://www.affaire-imprimerie.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
