On Jun 23, 2010, at 10:28 AM, Tim Climis wrote: >> I need to logo to be on top. >> >> 2. I need the yellow background to be at 75% opacity >> >> 3. I need the text and image in the .mc_50 and .mc_50r classes to be at >> 100% opacity >> > > I tried > > background: rgba(255,247,200,.75) ... > > but it didn't work in Chrome's developer console, so I don't know if it'll > actually work. It makes the yellow translucent, but I don't know if it'll > make the image transparent as well. Might we worth a shot.
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. Using rgba() color values is the way to go for what the OP want. Philippe --- Philippe Wittenbergh http://l-c-n.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/
