
Re: Border gets hidden in case of parent element with backgr
Yup, this is the classic z-index issue described at the top of
http://css3pie.com/documentation/known-issues/You have to either give the target element position:relative, or give the parent element position:relative plus a z-index.
I'll be putting together a sort of FAQ troubleshooting guide that makes this requirement more obvious, as this issue gets brought up a lot even though it's covered in the docs.