我在主导航中使用单独的悬停背景图像。图像悬停背景的下半部分具有50%的透明度(在png文件上),但由于某种原因,它显示为乳白色而不是通过透明度显示在其下方的花图像。我不知道这是否与我的代码或png的导出方式有关。任何帮助将不胜感激。
CSS:
#nav_1348933{
position:relative;
padding:0;
margin:0;
list-style:none;
height:115px;
background: url(/_images/Layout/top-floral.png) no-repeat 0% 74%;
}
#nav_1348933 li a:hover{
color: #fff;
background: url(/_images/Layout/hover-tab.png);
background-repeat: no-repeat;
}