I have a dark blue page and when the image is loading (or missing) the ALT text is black and difficult to read (in FF).
Could I style it (with CSS) to be white?
Setting the img tag color works
img
color
img {color:#fff}
http://jsfiddle.net/YEkAt/
body {background:#000022} img {color:#fff}
<img src="http://badsrc.com/blah" alt="BLAH BLAH BLAH" />
1.4m articles
1.4m replys
5 comments
57.0k users