tags:

views:

11

answers:

0

I have a div which ive made semi transparent using the following css

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4;

Problem is it made the contents of the div semi transparent aswell which i didnt want. So i made another div underneath it and used a margin-top~:-200px to get the content to sit over the semi transparent div without the contents being effected. However if i use a png with transparency in it over the top of the semi transparent div, the image transparency disapears (this only happens in ie, chrome and firefox shows ok). Can anyone point me in the direction of how to fix this.