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 主题创建自定义网站,但它没有任何 CSS 用于下拉子菜单。我基本上可以正常工作,但是当我尝试将光标移动到(事件选项卡)下的第二个下拉项目时,子菜单消失了。
网站在这里
我以为我已将其全部设置为显示块,以便整个菜单项都是按钮,但这里不是这种情况。
您需要将下拉菜单的 z-index 设置为高于图像。默认情况下,元素的 z-index 为 1,因此任何大于 1 的都可以(除非您另有指定)