启用弹出窗口时,ASP.NET 菜单父菜单项在悬停时突出显示

发布于 2024-07-08 06:02:11 字数 331 浏览 8 评论 0原文

我有一个 ASP.Net 菜单控件,具有三个级别并启用了弹出窗口。 每当用户将鼠标悬停在菜单项上时,我想突出显示父项(一直到顶级父项)。

我不想使用此处描述的客户端解决方案: http://www.codeproject.com/KB/webforms/AspMenuParentHighlighting.aspx

有没有优雅的服务器端解决方案?

亲切的问候。

I have a ASP.Net Menu Control with three levels and flyouts enabled.
I want to highlight the parent items (right upto the top level parent) whenever a user hovers over the menu items.

I do not want to use a client side solution as described here:
http://www.codeproject.com/KB/webforms/AspMenuParentHighlighting.aspx

Is there an elegant server side solution?

Kind regards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偷得浮生 2024-07-15 06:02:11

我能想到的唯一服务器端解决方案是在页面加载时设置客户端解决方案。

您是否有理由想要构建此服务器端而不是客户端? 因为根据定义,强制这样的事件在服务器端发生是相当不优雅的。

The only server side solution I can think of would be to set the client side solution on page load.

Is there a reason that you would want to build this server side rather than client side? Because forcing an event like this to occur server side is, by definition, rather inelegant.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文