gpt4 book ai didi

ruby-on-rails - 重叠背景错误?

转载 作者:太空宇宙 更新时间:2023-11-04 13:36:51 25 4
gpt4 key购买 nike

所以,在我的网络应用程序的主页上,我有一个生日 (mm/dd/yy) 选择字段,但是下拉列表被主页背景的下一部分截断了。

这是选择的相关 CSS 样式:

.selectify .option {
background: none repeat scroll 0 0 #FFFFFF;
border-top: 0 none;
color: #999999;
cursor: pointer;
padding: 5px 20px;
}

还有一张图片:

enter image description here

如何让下拉菜单显示次要背景部分?

干杯!

最佳答案

获得链接后:

.banner 的样式为overflow:hidden;。这就是导致它隐藏的原因。从banner的样式中删除。

然后,您有一个名为 container middel-class 的类。将其更改为 middel-class

然后将container放入middel-class。例如:

<div class='middel-class'>
<div class='container'>
.. <!-- rest of code as normal -->
</div> <!-- end of container -->
</div> <!-- end of middel-class -->

此外,它是middle,而不是middel,但这并不重要:P

关于ruby-on-rails - 重叠背景错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22991219/

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