在一个大的div里面设置很多小的div时,小的div设置了高度,在网页里面审查元素时,小的div 高度是0px。

我的代码#beijing{width:1150px;height:1800px;background:#887777;margin:40pxauto;}#beijingd... 我的代码
#beijing { width:1150px; height:1800px; background:#887777;margin:40px auto;}
#beijing div.x_beijing{ width:1120px; height:220px; background-image:url("images/i.png")}

</style>
<body>
<div id="beijing">
<div calss="x_beijing"></div>
</div>
就是class“x_beijing”在页面中显示不出来!
展开
 我来答
疯子的憧憬林林
2016-06-18 · TA获得超过389个赞
知道小有建树答主
回答量:425
采纳率:50%
帮助的人:221万
展开全部
清除浮动 在最后一个div 后面加上 这句话

<div style="clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px;"></div>

--------------------------------------------------------------------------------------------------------------------

<body>
<div style="width:580px; height:auto; margin:0 auto; background-color:#333">
<div style="height:100px; width:230px; float:left; background-color:#CCC; margin:20px"></div>
<div style="height:100px; width:230px; float:left; background-color:#CCC; margin:20px"></div>
<div style="height:100px; width:230px; float:left; background-color:#CCC; margin:20px"></div>
<div style="clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px;"></div>
</div>
</body>
dream_MJackson
2016-06-18 · TA获得超过285个赞
知道小有建树答主
回答量:364
采纳率:50%
帮助的人:130万
展开全部
1.class拼错了。。。
2.图片一定要确顶路径对哈
追问
非常感谢!自己粗心了,
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
325x14x43C
2017-07-06 · TA获得超过188个赞
知道小有建树答主
回答量:148
采纳率:0%
帮助的人:62.1万
展开全部

CSS部分第二行写错了

#beijing .x_beijing{ width:1120px; height:220px; background-image:url("images/i.png")}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式