gpt4 book ai didi

css - 2个div彼此相邻,不使用宽度

转载 作者:行者123 更新时间:2023-11-28 18:37:10 24 4
gpt4 key购买 nike

我想弄清楚我们如何让 2 个 div 完全相邻,但不使用宽度之类的东西。

我正在使用 Bootstrap Responsive,我禁用了正确的 div。虽然,左边的 div 看起来仍然会有一个右边的 div。

有什么办法吗?

.rightinfo { /* On the right */

float:right;
padding:5px;
position:relative;
top: 0;
right: 0;
margin-left:500px; /* Any kind of margin in here doesn't work, even without width */
}

.maininfo { /* On the left */
background:#CAD2E0;
padding: 5px;
width: 69%; /* Even if there's margin-left on the right div, this still overrides it and uses the whole page size if it's 100% width*/
}

最佳答案

在两个 div 上使用此样式:

float:left 

关于css - 2个div彼此相邻,不使用宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12405546/

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