When creating transparency or partial transparency using the opacity property in CSS3, unwanted effects can sometimes occur with child elements because this property is inherited.
For div containers or other block elements, it is better to create the transparency using a background PNG so that the elements contained within the container are not affected.
