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

帮我看一下为什么我的top设置不了高度?

html如下:

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<link type="text/css" rel="stylesheet" href="practice.css">

</head>

<body>

<div class="top">top</top>

<div class="main">

  <div class="right">right</div>

  <div class="left">left</div>

</div>

<div class="foot">foot</div>

</body>

</html>

css如下:

body{margin:0 padding:0;font-weight:bold;font-size:30px;}

div{text-align:top left;color:white;}

div.top{

  height:100px;

  background-color:gray;

}

div.main{

  height:600px;

  background-color:red;

  position:relative;

}

  div.left{

    width:200px;

    height:600px;

    position:absolute;

    top:0;

    left:0;

    background-color:blue;

}

  div.right{

    height:600px;

    margin:0 0 0 210px;

    background-color:green;

}

    

div.foot{

  height:100px;

  background-color:orange;

}


正在回答

1 回答

http://img1.sycdn.imooc.com//566bcc52000181c803030056.jpg
</top>什么鬼?

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

weibo_阿海dick_0 提问者

非常感谢!
2015-12-12 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
如何用CSS进行网页布局
  • 参与学习       209624    人
  • 解答问题       1153    个

用最简洁的案例教你布局的那些知识,这是前端工程师基本技能

进入课程

帮我看一下为什么我的top设置不了高度?

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