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.
我正在使用 Asp.net 菜单控件,并尝试延迟隐藏子菜单项。
在子菜单项上,当鼠标离开 li 元素时,子菜单会立即消失。
但我想要 2 秒的延迟。
我怎样才能做到这一点 ?
谢谢。
这是解决方案:
转到 Asp.Net 菜单控件的属性。
找到 DisappearAfter 属性。
以毫秒为单位设置值。