吸盘鱼下拉 onclick
此页面右栏中有 四个导航项目。第一个导航项“巴尔的摩金莺队”,鼠标悬停时显示 3 个子导航项。
如何摆脱 onmouseover 并让它仅在用户单击时显示 3 sub na?我将 onclick 添加到脚本中,但没有成功。
On this page in the right column are
four nav items. The first nav item "The Baltimore Orioles," onmouseover shows 3 sub nav items.
How do I get rid of onmouseover and have it show the 3 sub na only when user clicks? I added onclick to the script but no luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要从 CSS 中删除 a:hover。
You need to remove the a:hover from the CSS.