粘滞标题栏投影不能在IE7和IE8中工作

时间:2013-12-03 05:48:19

标签: internet-explorer-7

#header {     
 background-color:#ecf0f0;
width:100%; margin:0 auto; padding-left:10px; padding-right:10px;
font-size:12px; font-family:'ApexSans-Book'; text-transform:uppercase;  border-bottom: solid 1px #c1c1c1;
-moz-box-shadow: 10px 10px 20px #000; /* Firefox */
-webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
  box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

box-sizing:border-box;
    }

1 个答案:

答案 0 :(得分:0)

您可能需要使用“ie-css3.htc”的完整路径。见下文:

行为:url(“/ ie-css3.htc”); / *路径是相对于html文件(不是css文件)* /

相关问题