I just added the code (from
CSS Transparency Settings for All*Browsers - CSS-Tricks) but the child don't seem to get a opacity of 100... hmmm
edit: on the bottom the comments say the same thing.. guess there is some more code needed. the last guy comments this:
You can’t use nested div since it inherits parents opacity level as his 1.0-opacity. You should use the same level foreground div, absolutely positioned over transucent background div, with higher z-index.
now only need to figure out what the code should be :o