Home > Web Front-end > HTML Tutorial > 发现一个很有意思的地方, chrome和ie9之前的版本_html/css_WEB-ITnose

发现一个很有意思的地方, chrome和ie9之前的版本_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:33:30
Original
932 people have browsed it

<div style="border:1px solid red;width:300px;height:200px;"><div style="border: 1px solid black;background:pink"><h1 style="margin-top: 20px">2</h1></div></div>
Copy after login


如果把第二个div设置一个border, 

那么这个div的背景色就会和第一个div的上边框重叠,

如果不设置这个border的话,   那么这个div的背景色就会和上面空出来一部分, 这部分的大小等于


这里margin-top设置的大小


这个怎么解释?。

我用ie9没这个情况,ie8和chrome都是这样


回复讨论(解决方案)

有chrome或者ie8的朋友可以把第二个div的border去掉, 看看区别

2楼的我做其它页面时用过 , 
不过那次img src的图片不显示了不知道为什么

我用的是*{padding:0;margin:0;}

img{display:inline-block;}

谷歌一下margin 方面的资料好好看一下!!!

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