
RGBA background not working
Hello, thanks very much for your css3pie product. There is a situation in which I have not encountered any reported issues for however:
I would like to get an RGBA background to appear on hover in IE7 and IE8. Here's the code.
Code:
.banner_link:hover { background-color: rgba(0, 0, 0, 0.03); -pie-background: rgba(0, 0, 0, 0.03); behavior: (/PIE.htc); }
I've also tried:
- removing :hover
- increasing the opacity to 0.3
- adding 'position: relative; z-index: 1;' to both this element and any containers.
The RGBA background does not appear in any of the above cases.
Thanks for any help in advance.