阴影干扰

时间:2013-09-02 18:45:17

标签: html css

我的标题中有2个元素。重复水平剥离和徽标。我的问题是徽标的阴影会干扰条纹的阴影。

#header {
  width: 100%;
  height: 90px;
  background: url('../images/header_bg.png') repeat-x;
  color: #fff;
}
#logo {
  margin: 0 auto;
  width: 377px;
  height: 145px;
  background: url('../images/logo.png');  
}    

my site logo header_bg

1 个答案:

答案 0 :(得分:1)

好的,我解决了。我用白框覆盖了徽标,并将徽标的z-index设置为9999。