dw div标签中的背景不显示???
dwdiv标签中的背景不显示???#top{height:76px;width:912px;margin-top:0px;margin-right:auto;margin...
dw div标签中的背景不显示???
#top {
height: 76px;
width: 912px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-image: url(/images/bgTOP1.jpg);
background-repeat: repeat-x;
} 展开
#top {
height: 76px;
width: 912px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-image: url(/images/bgTOP1.jpg);
background-repeat: repeat-x;
} 展开
4个回答
展开全部
1.可能是背景路径不对.
2.如果在DW中看到的而在浏览器里看不到那就改下这个"background-image: url(/images/bgTOP1.jpg);"(把/images.中的"/"去掉)
3.设置好你的站点
把这三个步骤都做了,应该就能行了!
2.如果在DW中看到的而在浏览器里看不到那就改下这个"background-image: url(/images/bgTOP1.jpg);"(把/images.中的"/"去掉)
3.设置好你的站点
把这三个步骤都做了,应该就能行了!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你图片的路径有问题吧,你的网页在根目录下,如果你的div在根目录的文件夹里面,那样可能不会显示的
#top {
height: 76px;
width: 912px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-image: url(../images/bgTOP1.jpg);
background-repeat: repeat-x;
}
这样你试试看能显示不,总之你图片的路径有问题的,不然不会不显示的
调用的代码<div id="top">内容</div>
#top {
height: 76px;
width: 912px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-image: url(../images/bgTOP1.jpg);
background-repeat: repeat-x;
}
这样你试试看能显示不,总之你图片的路径有问题的,不然不会不显示的
调用的代码<div id="top">内容</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不会啊应该显示啊,我刚刚就写了一个这样的代码,就显示了。看看是不是图片的问题。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询