gpt4 book ai didi

javascript - 卡住 Bootstrap 中的第一行和第一列

转载 作者:行者123 更新时间:2023-11-28 03:15:01 24 4
gpt4 key购买 nike

我在我的应用程序中使用了 bootstrap 布局。整个页面被分成2X2的div,

我想卡住第一行和第一列。我该怎么做?

下面是描述我的要求的图表。

Required form

最佳答案

米塔利,试试这个,

对顶行使用position:fixed

这是用于左侧框

.leftside {
display: inline-block;
float: left;
position: relative;
width: 250px (your value);
margin-top: 58px (your value);
background-color: #ccc;
height: 100%;
}

右侧框

.rightside {
margin-left: 250px;
min-height: 1000px (your value);
margin-top: 0px;
padding: 0px;
background-color: #eee;
overflow: auto;
position: relative;
}

关于javascript - 卡住 Bootstrap 中的第一行和第一列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28602489/

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