gpt4 book ai didi

html - 如何扩展我当前的 css 响应式下拉导航菜单?下拉没有按预期工作

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

目前,我有一个以这种方式工作的下拉菜单:

http://www.feimediasolutions.com/NRA_Website/index_test_menu.html

当您开始将浏览器的大小时调整为智能手机和/或 iPad View 时,我只希望下拉子菜单在展开后将其余菜单项“下推”。目前,子下拉项仅出现在其余菜单项的顶部。

在这种情况下,如何有效地展开下拉菜单?请帮忙,非常感谢,非常感谢!!

最佳答案

@media screen and (max-width: 768px) {
#colorNav li ul{
position: relative;
list-style:none;
text-align:center;
/*width:180px;*/
width: 100%;
left: -40px;
top: 45px;
/*left:50%;
margin-left:-90px;
top:70px;*/
font-family: 'Lato', sans-serif;
max-height:0px;
overflow:hidden;

-webkit-transition:max-height 0.4s linear;
-moz-transition:max-height 0.4s linear;
transition:max-height 0.4s linear;
}
}

关于html - 如何扩展我当前的 css 响应式下拉导航菜单?下拉没有按预期工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18821402/

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