Im new with CSS3 PIE. I just wanna ask how can i make the sidebar display correctly?
The site is in http://204.197.252.143/~themainr/comments/
My code to the side bar is:
#secondary{
background-color:#EEEEEE;
box-sizing: border-box;
margin-top:0px!important;
padding-right:6px!important;
overflow:none;
position:relative;
z-index:0;
box-shadow: -7px 0px 13px rgba(50, 50, 50, 0.33);
behavior: url('http://204.197.252.143/~themainr/wp-content/themes/themainreport/pie/PIE.htc');
}
If you refresh the site, there are instances that the sidebar will look like this:
Q: How can I fix this CSS3 PIE Box-Shadow Issue in IE8.