Re: [css-d] Gray Transparency

2007-11-08 Thread Rahul Gonsalves
On 25-Oct-07, at 11:57 PM, Robert James wrote: Is there anyway I can show a gray semi-transparency over any elements with a certain class (disabled)? Hi Robert, assuming someone has not answered your question already, yes, I think you probably can*. .disabled { background-color:

Re: [css-d] Gray Transparency

2007-11-08 Thread David Hucklesby
On 25-Oct-07, at 11:57 PM, Robert James wrote: Is there anyway I can show a gray semi-transparency over any elements with a certain class (disabled)? On Thu, 8 Nov 2007 15:27:14 +0530, Rahul Gonsalves replied: [...] -moz-opacity: 0.7; opacity: 0.7; filter:alpha(opacity:70) } The