在一个大的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”在页面中显示不出来! 展开
#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”在页面中显示不出来! 展开
3个回答
展开全部
清除浮动 在最后一个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>
<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>
展开全部
1.class拼错了。。。
2.图片一定要确顶路径对哈
2.图片一定要确顶路径对哈
追问
非常感谢!自己粗心了,
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
CSS部分第二行写错了
#beijing .x_beijing{ width:1120px; height:220px; background-image:url("images/i.png")}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询