Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Transparency Parent / Child Problem Reply To: Transparency Parent / Child Problem

#210479
andschreiner
Participant

thank you for the fast answer.

my first try
http://codepen.io/andschreiner/pen/NGBYGx

  • your solution with the border is pretty awesome.
  • But if the redBox has content, it doesn’t work.
  • Also the support of safari isn’t working.
<div class="red-box">
    <div class="child"></div>
    <div class="content">asdfasdf</div>
  </div>
.content {
     z-index:9;
}

this one isn’t working either.