我正在尝试使用带有背景图像的几个图像链接进行导航。如果我让链接 div 调用图像,它们就会出现。但是当我将链接调用到同一个类时,背景图像就会消失。任何帮助表示赞赏
CSS
#advertising {
z-index: 1;
width: 465px;
height: 65px;
display: block;
position: absolute;
background: url('../images/advertising.png');
}
HTML
<a href="#" id="advertising"></a>