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

关于float和position,还有代码怎么兼容ie6

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html;charset=utf-8">

<title>混合布局</title>

<style type="text/css">

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

div{text-align: center;line-height: 50px;}

.top{height: 100px;background: #ccc;width: 100%;}

.main{height: 600px;background:red;}

.left{height: 600px;width: 200px;background:blue;position:absolute;left: 0;top: 100px;}

.right{height: 600px;background: green;margin-left: 210px;}

.foot{height: 100px;width: 100%;background:purple;clear: both;}

</style>

</head>


<body>

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

<div class="main">

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

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

</div>

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

</body>

</html>



我想问下为什么在.lefe这里不能用float:left而只能用position:absolute?float和position到底要在什么时候用?而且有没有大佬告诉我怎么写任务四(编写代码要兼容IE6)的代码?

正在回答

2 回答

现在没有哪个公司开发会兼容ie6了

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

星辰的泪 提问者

是不是IE6太落后了呢?刚刚开始学习不太懂.
2018-07-25 回复 有任何疑惑可以回复我~

两块以上如果你只用float而不用绝对定位的话,就会错位,而代码要兼容IE6,这点主要是清除浮动有几种方式,其中一种就是用伪类after,zoom的话需要IE8+才可以

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

慕容8210283

题目中不是就有2块吗?是不是也可以用float的
2020-03-29 回复 有任何疑惑可以回复我~

举报

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

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

进入课程

关于float和position,还有代码怎么兼容ie6

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