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

怎样让mianbody可以居于left下面且居中

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>横向两列布局</title>
<style type="text/css">
* {
    margin:0;
 padding:0;
}
#wrap {
 background:#00C;
 margin:0 auto;
 width:960px;
}
#header {
 background:#FF3300;
 width:100%;
}
#mainbody {
 background:#FC0;
 width:100%;
 overflow:hidden;
 color:#F0F8FF;
 font-size:40px;
 font-family:Fantasy;
    line-height:500px;
    text-align:center;
}
.left {
 width:800px;
 height:200px;
 background:#000;
 float:left;
    color:#F0F8FF;
    font-size:40px;
    font-family:Fantasy;
    line-height: 200px;
    text-align:center;
 top:0;
}
.right {
width:140px;
height:500px;
background:#690;
float:right;
color:#F0F8FF;
font-size:40px;
font-family:Fantasy;
line-height:500px;
text-align:center;
}
#footer {
 background:#639;
 width:100%;
}
</style>
</head>


<body>
<div id="wrap">
  <div id="header">头部</div>
  <div id="mainbody">
    <div class="left">left</div>
    mainbody
    <div class="right">right</div>
  </div>
  <div id="footer">版权部分</div>
</div>
</body>
</htmhttp://img1.sycdn.imooc.com//56f9f7020001b97212870812.jpgl>


正在回答

2 回答

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>横向两列布局</title>
<style type="text/css">
* {
    margin:0;http://img1.sycdn.imooc.com//56f9fa7f00014da512970707.jpg padding:0;
}
#wrap {
 background:#00C;
 margin:0 auto;
 width:960px;
}
#header {
 background:#FF3300;
 width:100%;
 text-align:center;
}
#mainbody {
 background:#FC0;
 width:100%;
 overflow:hidden;
 color:#F0F8FF;
 font-size:40px;
 font-family:Fantasy;
    line-height:250px;
    text-align:center;
}
.left {
 width:800px;
 height:200px;
 background:#000;
 float:left;
    color:#F0F8FF;
    font-size:40px;
    font-family:Fantasy;
    line-height: 200px;
    text-align:center;
 top:0;
}
.right {
width:140px;
height:500px;
background:#690;
float:right;
color:#F0F8FF;
font-size:40px;
font-family:Fantasy;
line-height:500px;
text-align:center;
top:0;
}
#footer {
 background:#639;
 width:100%;
 text-align:center;
}
</style>
</head>


<body>
<div id="wrap">
  <div id="header">头部</div>
  <div id="mainbody">
    <div class="left">left</div>
    <div class="right">right</div>
    mianbody
  </div>
  <div id="footer">版权部分</div>
</div>
</body>
</html>


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

举报

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

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

进入课程

怎样让mianbody可以居于left下面且居中

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