gpt4 book ai didi

html - CSS Div 相互重叠

转载 作者:太空宇宙 更新时间:2023-11-04 04:10:26 26 4
gpt4 key购买 nike

大家好,这是我的 div CSS

 <style type="text/css">
#container
{
width: 100%;
padding-right: 200px;
}

#autowidth
{
width: 80%;
float: right;
z-index: 1;
position: relative;
}

#fixed
{
width: 20%;
position: fixed;
z-index: 1;
float: left;
margin-right: -200px;
}
</style>

这是我的设计

 <div id="container">
<div id="fixed">
<table>
// my controls
</table>
</div>
<div id="autowidth">
<table>
// my controls
</table>
</div>
</div>

但是当我选择一些长文本时,2 个 div 重叠 enter image description here

最佳答案

移除:margin-right: -200px;

或设置margin-right :0

关于html - CSS Div 相互重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20785171/

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