关于 div 嵌套_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:46:49
Original
913 people have browsed it

我用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>
Copy after login


.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;    }   
Copy after login



回复讨论(解决方案)

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!