有人可以告诉我,如何避免 Internet Explorer 中丑陋的盒子阴影?手风琴关闭后,父 DIV 的 box-shadow 具有丑陋的效果。
它只发生在绝对定位的父 DIV 上:
JavaScript:
$(function() { $( "#accordion" ).accordion({ heightStyle: "content", collapsible: true, active: false }); });
CSS:
手风琴{
box-shadow: 0 4px 8px #999; position:absolute; width:400px; }
这是一个小提琴(请在 Internet Explorer 中打开)