
RGBa background and border
Hello,
I'm trying to apply a RGBa background to a link that also has a bottom border using PIE 1.0.0. The background is displayed and so is the border, but in IE8 the border has 1 extra pixel to the right.
Here is the relevant CSS:
Code:
a {
display: block;
position: relative;
border-bottom: 1px solid #888;
background: rgba(34,34,34,0.8);
-pie-background: rgba(34,34,34,0.8);
behavior: url(PIE.htc);
}