为了账号安全,请及时绑定邮箱和手机立即绑定

为什么mainbody会受浮动的影响?

http://img1.sycdn.imooc.com//571b3b07000106c909230532.jpg

为什么我写的mainbody是蓝色的?

这是我的代码:

<title>无标题文档</title>


width:100%;

}

#mainbody {<style type="text/css">

* {

    margin:0;

padding:0;

}

#wrap {

background:#00C;

margin:0 auto;

width:960px;

}

#header {

background:#FF3300;

   background:yellow;

}

.left {

width:800px;

height:200px;

background:#000;

float:left;

}

.right {

width:140px;

height:500px;

background:#690;

float:right;

}

#footer {

background:#639;

width:100%;

    clear:right;

}

</style>


正在回答

2 回答

#mainbody {<style type="text/css">

以上是你的代码,你没有对mainbody的样式进行设置,自然它就继承了父类#wrap。

对mainbody进行设置就可以了


0 回复 有任何疑惑可以回复我~

因为它的子元素设置了浮动,而mainbody没有设置相应的浮动,所以受到影响。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
网页布局基础
  • 参与学习       214705    人
  • 解答问题       1756    个

让你精通CSS中三大定位机制,彻底掌握网页布局的相关知识

进入课程

为什么mainbody会受浮动的影响?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信