Re: [css-d] Opacity question...

2010-05-25 Thread David Hucklesby
On 5/24/10 5:44 PM, Philippe Wittenbergh wrote: On May 25, 2010, at 5:26 AM, Christopher Schmitt wrote: div {background-color: rgba(255,255,255,0.5); That won't work in IE/Win, I believe, but it will in pretty much anything else of recent vintage. Alternatively, you could create a

[css-d] Opacity question...

2010-05-24 Thread Matthew
Hello! I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please see this page to see what I mean: http://em-w.com/portPages/port_homeandhearth1.html I

Re: [css-d] Opacity question...

2010-05-24 Thread Eric A. Meyer
At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please see this page to see what I mean:

Re: [css-d] Opacity question...

2010-05-24 Thread Matthew
On May 24, 2010, at 3:39 PM, Eric A. Meyer wrote: At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please

Re: [css-d] Opacity question...

2010-05-24 Thread Christopher Schmitt
On May 24, 2010, at 2:39 PM, Eric A. Meyer wrote: At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please

Re: [css-d] Opacity question...

2010-05-24 Thread Christopher Schmitt
On May 24, 2010, at 3:26 PM, Christopher Schmitt wrote: On May 24, 2010, at 2:39 PM, Eric A. Meyer wrote: At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to

Re: [css-d] Opacity question...

2010-05-24 Thread Philippe Wittenbergh
On May 25, 2010, at 5:26 AM, Christopher Schmitt wrote: div {background-color: rgba(255,255,255,0.5); That won't work in IE/Win, I believe, but it will in pretty much anything else of recent vintage. Alternatively, you could create a smallish PNG which is all white and has 50% opacity