I want to set opacity of background of div. Means i want transparent background of div. It is very simple for browsers like chrome & firefox because rgba is supported.
But for ie7, i don't know how to do that. "filter: alpha(opacity=50);" is not useful to me, because i want transparent background, not content.
I also don't want transparent image to be set as background.
I have also tried ::before and apply "filter: alpha(opacity=50);", but it is also not working in ie.
Thank You.