标题:一个DIV背景图片不能显示的问题
只看楼主
szy200414
Rank: 2
等 级:论坛游民
帖 子:14
专家分:14
注 册:2011-2-23
结帖率:0
 问题点数:0 回复次数:2 
一个DIV背景图片不能显示的问题
为什么我的DIV背景图片不显示
HTML代码如下:
<div id="right">
        <div id="search_top">search</div>
        <div id="search_content">
            <br />
            <br />
            <br />
        </div>
        <div id="search_bottom"></div>
</div>

CSS代码如下:
#right {
margin-top: 50px;
margin-right:15px;
float: right;
height: 100px;
position:inherit;
}
#search_top{
background:url(image/search_top.jpg) no-repeat;
text-align: center;
}
#search_content{
width:220px;  
padding:10px;
background:url(image/search_content.jpg) repeat-y;
}
#search_bottom{
background:url(image/search_bottom.jpg) no-repeat;
}
搜索更多相关主题的帖子: search 背景图片 image 
2011-06-22 18:56
didozhp
Rank: 2
等 级:论坛游民
帖 子:38
专家分:20
注 册:2009-8-7
得分:0 
加上图片的width和height
2011-07-05 14:19
唏嘘草
Rank: 2
等 级:论坛游民
帖 子:128
专家分:93
注 册:2011-6-4
得分:0 
来看问题学习!
2011-08-22 14:34



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-343710-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.032204 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved