Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们的 Wordpress 网站(由 Divi Page Builder 制作)的主导航中,我们有两个子菜单。当您将鼠标悬停在主导航项上时,子菜单显示没有问题,但是当您离开子菜单时会出现问题。背景和文字在两个不同的时刻消失。
我使用了一些 jQuery 脚本来更改滚动时整个菜单的外观,但删除整个脚本并不能解决问题。所以我认为这是一个CSS问题?
这是由于转换属性,它应用于 ul 项目以及 ul 内部的内部 li 标记。
我附上了屏幕截图,请尝试将其注释掉或将过渡添加到无元素。