我试图在我的菜单背景上方放置一个图像。
我已经尝试过list-style-image
背景图片(在标签上)li
。a
我该怎么做呢?带有菜单的图像:来自菜单的图像
橙色背景:这是菜单的背景(a 标签)
灰色框:这是我想要的菜单背景上方的图像。(“A”是菜单背景所在的位置。
#nav ul li{
font-weight: bold;
float: left;
margin-top: -5px;
position: relative;
padding: 6px 5px 0 15px;
z-index: 99;
height: 50px;
background-position:left center;
background-image: url(../images/bussel/menu-blad1.png) !important;
background-repeat: no-repeat;
}
#nav ul li a{
background-color: #feb24e;
display: block;
width: 153px;
height: 35px;
color: #fff;
text-align: center;
text-decoration: none;
margin: 10px 0px 0px 0px;
position: relative;
z-index: 98;
}