gpt4 book ai didi

css - 当浏览器宽度缩小时,如何使 CSS 向左浮动而不 flex

转载 作者:行者123 更新时间:2023-11-28 12:27:22 25 4
gpt4 key购买 nike

我有 2 个 div 框。一切正常,但是当浏览器缩小到小于 800 像素左右时,第二个 div 会移动到第一个 div 的下方。我怎样才能强制它始终保持在它的右边?

#testbox1 {
background-color: #0000ff;
min-width: 300px;
width: 30%;
height: 200px;
position: relative;
float: left;
}

#testbox2 {
background-color: #00ffff;
width: 500px;
height: 200px;
position: relative;
float: left;
}

最佳答案

给父元素一个min-width: 800px;

关于css - 当浏览器宽度缩小时,如何使 CSS 向左浮动而不 flex ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2617384/

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