码迷,mamicode.com
首页 > 其他好文 > 详细

兼容性— IE6下子元素宽高会撑大父级

时间:2017-05-12 15:33:52      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:效果   技术   解决   src   ie6   document   charset   ima   tle   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>
        .box{
            width: 200px;
            height: 200px;
            border:10px solid black;
        }
        .content{
            width: 400px;
            height: 400px;
            background: red;
        }
    </style>
</head>
<body>
    <div class="box">
        <div class="content"></div>
    </div>
</body>
</html>

IE6下效果

技术分享

其他浏览器下效果

技术分享

 

解决方案:编写代码时,尽量使子级元素宽高小于父级

兼容性— IE6下子元素宽高会撑大父级

标签:效果   技术   解决   src   ie6   document   charset   ima   tle   

原文地址:http://www.cnblogs.com/halai/p/6845563.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!