gpt4 book ai didi

html - 如何使用 margin-bottom 创建网页的长度

转载 作者:行者123 更新时间:2023-11-28 09:43:25 24 4
gpt4 key购买 nike

这是我的代码:

<html>
<head></head>
<body>
<div style="width:300px;height:3000px;position:absolute;top:0;left:0;margin-bottom:1000px;background-color:#00f;">
</div>
</body>
</html>

想法是有一个 3000 像素高的 block ,然后是 1000 像素的空间。但是当我在 Safari 中测试代码时,空格被忽略了。虽然在 Chrome 中工作正常。在 IE 中不确定。我该怎么办?

最佳答案

是的,它有效,就像 Robby 和 Richa 已经评论过的那样。

但是如果你想看到“空间”,试试这个代码(当然在 body 标签内)

<div style=" width:300px; height:3000px; position:absolute; 
top:0px; left:0; margin-bottom:1000px; background-color:#00f; ">
</div>
<div style=" width:300px; height:3000px; position:absolute;
top:4000px; left:0; margin-bottom:1000px; background-color:#00f; ">
</div>

关于html - 如何使用 margin-bottom 创建网页的长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25338131/

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