gpt4 book ai didi

css - 为什么框阴影不显示在页脚 div 上方?

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

我在 CSS 中的 #footermain div 上有一个框阴影,但我无法让它显示在绿色页脚上方。我什么都试过了,还是想不通。

#footermain {
background: #1f6c04;
width: 100%;
-moz-box-shadow: 0 -5px 6px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 -5px 6px rgba(0,0,0,0.5);
box-shadow: 0 -5px 6px rgba(0,0,0,0.5);
}

#footerinner {
height: 150px;
width: 960px;
position: relative;
margin: 0 auto;
}

这是我为那些不想检查页面的人准备的 CSS

最佳答案

给予

position : relative;

到#footermain。

关于css - 为什么框阴影不显示在页脚 div 上方?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17739108/

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