I want to use jQuery to popup a div layer when click attach pic button, in the div there is an embeded div which concludes fileupload control letting user choose file from there computer. I set the css of the mask div
opacity=0.70
which works fine, but I found that the embeded div also got transparent effect. Even I set the inner div opacity=1.0, it still feels like it is in opcity=0.70. How to avoid the transparent effect on inner div?
I think your best bet is to pull the inner div out and just lay it over the top of the transparent div.