
Border transparency confirmation
Hi there. I want to have have my border be transparent by .5 using RGBA cross browser and was wondering if PIE will work for this.
Code:
#element {
color: #fff;
height:300px;
padding:10px;
border:10px solid rgba(255,255,255,.5);
behavior: url('PIE.htc'); }
Why does this not work in IE?