我想放置在我的菜單背景上方的圖像。上面的背景菜單圖像
我試過list-style-image
和背景圖片(在li
和a
標籤)。我該怎麼做呢? 圖像的菜單:image from menu
橙色背景:這是菜單的背景(標籤)
灰色框:這是我上面的菜單底色我想要的圖像。 (在「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;
}
如果您提供您試圖實施的代碼,那會更好。可能是jsFiddle或jsBin。 – 2013-04-22 09:36:28