Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
|
Unfortunately at the moment the parent's transparency gets inherited by the child elements. It kind of makes transparency much less useful than it could be so hopefully soon we'll be able to overwrite the transparency for the child divs.
I have no idea if this will work, but I'll get creative. Would it be possible to set that middle div to background: transparent so everything shows through. Then directly behind that div place another div that is only the background color and transparency you want.
So someone looking at the page sees your div with the text and images and since the background on that div is transparent sees behind it to another div which mimics the top div in size, but has a semi-transparent background that allows you to see the fixed image behind everything.
Again I'm not sure if that would work for your layout and even if it does it might not be worth the time to code it, but it might be a creative way to get what you want.
|