当前位置:Gxlcms >
html代码 >
为什么我导航条DIV加不上背景图片_html/css_WEB-ITnose
为什么我导航条DIV加不上背景图片_html/css_WEB-ITnose
时间:2021-07-01 10:21:17
帮助过:22人阅读
#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;
weidth是我复制时错了,你看下我DIV
- 公司首页
- 公司简介
- 产品展示
- 联系我们
- 加盟政策
- 在线留言
这样怎么写都不能显示背景图片
给#globallink加个高度试试
同意楼上的