div布局问题

html代码:<divclass="con7"><imgsrc="images/p_01.jpg"/><divclass="p1"></div><divclass="p2... html代码:
<div class="con7">
<img src="images/p_01.jpg" />
<div class="p1">
</div>
<div class="p2">
</div>
<div class="p3">
</div>
</div>
CSS代码:
.con7{ margin-top:10px; }
.con7 .p1{
height:106px;
background-image: url(../images/cf_01.gif);
background-repeat: no-repeat;
}
.con7 .p2{
height:107px;
background-image: url(../images/cf_02.gif);
background-repeat: no-repeat;
}
.con7 .p3{
height:108px;
background-image: url(../images/cf_03.gif);
background-repeat: no-repeat;
}
预览的时候p1,p2,p3这三个背景和p_01这个图片总是差了一段距离,该怎么设置
展开
 我来答
jy07sg
2010-09-25 · TA获得超过1044个赞
知道小有建树答主
回答量:930
采纳率:0%
帮助的人:738万
展开全部
<img src="images/p_01.jpg" style="float:left;clear:both;">

.con7{ margin-top:10px; }
.p1{height:106px;background-image:url(../images/cf_01.gif) no-repeat;float:left;clear:both;}
.p2{height:107px;background-image: url(../images/cf_02.gif) no-repeat;float:left;clear:both;}
.p3{ height:108px;background-image: url(../images/cf_03.gif) no-repeat;float:left;clear:both;}
鲜少老师
2010-09-25 · TA获得超过527个赞
知道小有建树答主
回答量:630
采纳率:0%
帮助的人:386万
展开全部
*{margin:0;padding:0}
{北京八方永信教育}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友77a83bb
2010-09-25 · TA获得超过188个赞
知道答主
回答量:87
采纳率:0%
帮助的人:41.6万
展开全部
你把图片单独放在一个div里,
<div class="con7">
<div><img src="images/p_01.jpg" /></div>
<div class="p1">
</div>
<div class="p2">
</div>
<div class="p3">
</div>
</div>
主要在第二行,其他地方不用改就可以了。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式