我有一些 div 容器在单击“查看配方”按钮时会展开,但是底部的所有 3 个容器都将隐藏在页脚容器下方,我不确定要更改哪个元素以使展开的容器出现在上方而不是下方。
我已经附加了出现在页脚下方的元素的 css 以及一些来自页脚的元素。我可以粘贴 html,但最终会显示一些负载。也许最好直接在现场查看。
.box2-container-collapsed {
padding: 10px;
width: 270px;
height: auto;
background-color: #F5F2E9;
display: block;
float: left;
margin-right: 20px;
margin-top: 20px;
position: relative;
}
.box2-content {
margin-left: 0px;
font-size: 0.9em;
min-height: 200px;
display: none;
}
#footer {
background-color: #F3F3F3;
padding-top: 10px;
padding-bottom: 0px;
bottom: 0;
position: relative;
margin: 0 auto;
width: 100%;
}