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

为什么我设置wrap的宽度没有被子元素继承

<!DOCTYPE HTML>

<html>

<head>

<meta  charset="utf-8">

<title></title>

<style>

.box{

width:100%

height:400px;

border:2px solid #CCC;

background-image:url(./background.png) no-repeat;

}

img{

margin:10px 15px;

border:2px solid #CCC;

}

#header{

width:100%;

height:200px;

border:1px solid red;

}

#mainbody{

width:100%;

border:1px solid blue;

}

#footer{

width:100%;

height:200px;

border:1px solid black;

}

.wrap{

width:800px;

margin:0 auto;

}

</style>

</head>


<body>

<div id="wrap">

<div id="header"></div>

<div id="mainbody">

<div class="box">

<img src="./images/1.jpg" width="200px" height="300px" />

<img src="./images/2.jpg" width="200px" height="300px"/>

<img src="./images/3.jpg" width="200px" height="300px"/>

<img src="./images/4.jpg" width="200px" height="300px"/>

<img src="./images/5.jpg" width="200px" height="300px"/>

</div>

</div>

<!--div ul li dl dt p


a img span strong em input-->

<div id="footer"></div>

</div>

</body>

</html>

求大神指导,谢谢

正在回答

1 回答

外层div设置的是id,id填写样式是用#id{}。    .class{}是类名给样式。

应该把

.wrap{

width:800px;

margin:0 auto;

}

换成

#wrap{

width:800px;

margin:0 auto;

}


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

慕UI9918925 提问者

非常感谢!感谢,还是不够细心造成的
2017-02-10 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

为什么我设置wrap的宽度没有被子元素继承

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