我是 CSS3 PIE 的新手。我只是想问我怎样才能使侧边栏正确显示?
该网站位于http://204.197.252.143/~themainr/comments/
我的侧边栏代码是:
#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');
}
如果您刷新站点,则侧边栏会如下所示:
问:如何在 IE8 中修复这个 CSS3 PIE Box-Shadow 问题。