Hi,
I am working on image transparency which is being controlled by drop-down option same as in
www.youtube.com - account > edit channel > channel design > theme and color option > Wrapper transparency -> values are coming in dropdown..
My problem is -
i have used below code to increase or decrease the transparency level ..
filter:alpha(opacity=60);
opacity:0.6;
-moz-opacity:0.6;
but in this case it is getting reflected over background image along with whole content coming in that container.. I want the same will reflect only on background image of the container not on the content part.
Please suggest any solution for this..
Thanks for any help.

