I’m using opacity: 0.8 for a parent div to give a transparent background but that opacity is being applied to the divs child images and text etc, is there a way to override this so they don’t inherit the opacity setting? I know I could do this with css3 rgba but I want this to work in IE.