日期:2014-05-17  浏览次数:20674 次

为什么我导航条DIV加不上背景图片
#globallink{
width:100%;
background:url(image/12.jpg) repeat-x;
 
}
#globallink ul{list-style-type:none;
  padding:0px;
margin:0px;
background:url(image/11.jpg) repeat-x;
}
#globallink li{font-size:30px;
font-family:"微软雅黑";
float:left;
  text-align:center;
idth:167px;
height:42px; 
 
}
#globallink a{display:block;
  padding:9px 5px 11px 5px;
margin:0px;
}

------解决方案--------------------
检查下图片路径
#globallink li{font-size:30px;
font-family:"微软雅黑";
float:left;
text-align:center;
idth:167px; //还有这个写错了,也可能导致效果出不来
height:42px; 

------解决方案--------------------
给#globallink加个高度试试
------解决方案--------------------
同意楼上的