我在主导航上使用单独的悬停背景图像。图像悬停背景的下半部分具有 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;
}
网站: http: //lltc.designangler.com