On Tuesday, June 22, 2010 9:53:06 pm Philippe Wittenbergh wrote: > It won't -of course- affect the image. rgba(255,247,200,.75) is a _color_ > value. As you say, if the image needs a bleached-out look, edit it in a > dedicated app. >
I didn't think it was quite that obvious... I'll admit, i didn't think it likely, but I thought it plausible that assigning an alpha value to the color of the background might affect the rest of the background too. But what I found was happening was that assigning a rgba color value to the background made the background image go away completely - which is broken behavior in anyone's book. Thankfully that behavior only manifests itself in the developer console. An actual page load does work exactly like you say, and as I expected. ---Tim ______________________________________________________________________ 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/
