鼠标悬停时的浮动窗口

问题描述:

在codeproject.com网站上,将鼠标移到文章"菜单下的章和节"中,将打开一个窗口.
如何做到的?

请提出任何想法,因为我想使用这样的概念.

In codeproject.com website while moving mouse to "Chapters and Sections" under the "Articles" menu a window opens.
How this is done?

Please if any idea because I would like to use such a concept.

我做了一些 ^ ],看起来AJAX控制工具包中的HoverMenu可能是解决之道.以下是一些对于入门非常有用的链接:
带有AJAX HoverMenuExtender的ASP.NET多选DropDownList [ ASP.NET水平菜单控件 [使用ASP的AJAX控件工具包HoverMenu教程.NET C# [ ^ ]
Ajax控制工具包HoverMenu [
I did some searching[^] and it looks like HoverMenu from the AJAX Control Toolkit might be the way to go. Here are some links that look useful for getting started:
ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender[^]
ASP.NET Horizontal Menu Control[^]
AJAX Control ToolKit HoverMenu Tutorial using ASP.NET C#[^]
Ajax Control Toolkit HoverMenu[^]

Hope this helps.