单击asp菜单项上文本的一侧; 菜单消失
如果用户单击下拉菜单中文本的一侧,菜单会消失,但系统不会执行任何操作,用户需要右键单击文本。
单击一侧不应使菜单消失,而应保留在那里,以便用户知道他没有单击正确的位置。
或
单击文本的一侧应执行类似于 IE 菜单中的操作...
有谁知道如何实现这一点?
谢谢
If user clicks on a side of the text in the drop down menu, the menu disappears but system performs no action and user needs to click right on the text.
Clicking on a side should not disappear the menu but should stay there so that user should know that he has not clicked on the right place.
OR
Clicking on a side of the text should perform an action like in IE menu...
Does anyone have idea how to accomplish this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到解决方案了....实际上asp菜单控件渲染为锚点,我们可以将锚点的显示样式设置为块....
其中dvmnu是asp菜单控件所在的div。
got solution.... Actually asp menu control rendered as anchor, we can set the display style of anchor as block....
where dvmnu is the div under which asp menu control exist.