gpt4 book ai didi

html - 为什么 div 标签不适合正文的顶部?

转载 作者:太空宇宙 更新时间:2023-11-04 03:23:35 25 4
gpt4 key购买 nike

我的html代码是

 <html>
<body id="body">
<div id="content">
<div id="head1">
<h3 id="cpsir">CPSIR-CM</h3>
</div>
</div>
</html>

CSS代码是

#body{
background:#0F657D;
}
#content{
width:1000px;
height:740px;
background:#E2E2E2;
margin-left:auto;
margin-right:auto;
}
#head1{
width:auto;
height:60px;
background:#626262;
margin-top:-10px;
}
#cpsir{
font-family:Verdana, Helvetica, sans-serif; font-size:24px;
color:#F4F4F4;
padding-top:10px;

我正在尝试使 head div 标签适合正文的顶部。但这并不完全适合。所以,我使用负 px 来表示它。但是不同的浏览器会产生不同的结果。例如,在 torch 浏览器中 margin-top:-10px 给出了我所期望的,即更改为 Internet Explorer。我能做些什么?

最佳答案

开始于:

html, body{
margin:0;
padding:0;
}

然后你不应该在 #head1

上需要负边距

关于html - 为什么 div 标签不适合正文的顶部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27487304/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com