在asp.net母版页中使用spry
我在 asp.net 中使用 Spry 菜单栏,但问题是,当我使用菜单栏 js 和 css 以及 javascript 在母版页中启动小部件时,鼠标悬停在上面时没有任何反应,而当我在简单的代码中使用相同的代码时, .net 页面运行完美。我错过了什么吗?请建议。菜单应该在母版页中使用,但如果 spry 菜单不能以这种方式在母版页中工作,那么我可能必须将菜单移动到内部页面,这显然不是首选方式。
请建议
I am using Spry menu bar in asp.net but the problem is that when i use the menubar js and the css alongwith the javascript to initiate the widget in a master page nothing happens on mouse over while when i use the same code in a simple .net page it works perfectly. Am i missing something. Please suggest. A menu should be used in master page but if spry menu does not work in master page this way then i might have to move the menu to internal pages which is obviously not a preferred way.
Please suggest
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
asp.net 母版页通常会与元素的 id 混淆,我认为,请阅读 这个
asp.net master pages typically screw around with the id's of your elements i think, have a read of this