gpt4 book ai didi

html - 分区中的分区 : layout question

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

我创建了以下布局:

<div class="title" id="m1">
<div class="chkbx">something</div>
<div class="name">
<a href="#" onclick="doSomething('1');">Dummy #1</a>
</div>
</div>
// .. the div above repeats several times

我正在使用以下 CSS:

div.title { border: 1px black solid; }
div.chkbx {
clear:both;
float:left;
padding:2px;
text-align:right;
width:5%;
}
div.name {
float:left;
width: 50%;
}

并且希望所有 class=title 周围都有边框,但在顶部只能看到一些奇怪的线条。请让我知道我做错了什么。

非常非常感谢!

最佳答案

您可能正在 float 内容。在容器上设置 overflow: hidden

关于html - 分区中的分区 : layout question,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2765755/

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