I have a container which has a transparent background set with rgba(), within this container, there is a div element that also has its background with the same alpha as the parent but different RGB.
The problem I have is that the parent container is visible underneath the child container, which...