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.
我有一个.Net应用程序,它使用skmMenu控件来管理菜单下拉菜单。菜单正下方是一个选择框。如果您单击选择框,选项会弹出并保持显示,直到您单击关闭或选择一个。当它们显示时,如果您将鼠标悬停在菜单上,下拉菜单会显示,但会部分隐藏在选择框的选项后面。
我有选择框z-index set和-1菜单下拉菜单z-index set。99我不知道该怎么做才能让菜单显示在所有内容之上。
z-index set
-1
99
感谢任何建议。
您可以将选择菜单的 CSS 属性设置为:
display: none;
当下拉悬停时,然后将其再次设置为可见。