Home >Web Front-end >HTML Tutorial >关于 div 嵌套_html/css_WEB-ITnose

关于 div 嵌套_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:46:49968browse

我用chrome查看,
 margin的上边5px,怎么在
外边了?

不是应该包含在里边的吗,求解?

    <div class="list_manager_top5_out">        <div class="list_manager_top5_in">            <div >                <div></div>                <div></div>                <div></div>                <div></div>            </div>            <div >                <div></div>                <div></div>                <div></div>            </div>        </div>    </div>


.list_manager_top5_out{    width:100%;    clear:both;    height: 100px;     background-color: #E4ECF5;    }     .list_manager_top5_in{    padding:5px 0 0 25px;    margin:5px;    clear:both;    border:1px solid black;    }   



回复讨论(解决方案)

这有啥奇怪的,各种浏览器内核不同,各自有各自的对样式的处理。
谷歌和火狐还是比较喜欢,最蛋疼的是坑爹的IE,平生最讨厌IE的旧版本,各种奇形八怪兼容性问题.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn