我的标题中有 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');
}