简体   繁体   English

我的下拉导航菜单不会停留。 无法点击子页面

[英]My dropdown nav menus do not stay down. Cannot click to the subpages

I have a site in development at: http://www.spark-creative.ca/ftt/index.php 我有一个开发网站: http//www.spark-creative.ca/ftt/index.php

On the homepage, in all browsers, the top nav bar works, but there are 3 sections with dropdown submenus - About Us, Training, and Careers. 在主页上,在所有浏览器中,顶部导航栏都可以使用,但有3个部分包含下拉子菜单 - 关于我们,培训和职业。 These dropdown subnavs should stay down until a user clicks on a subpage, but they disappear once I mouse off the main top nav. 这些下拉子项应该保持不变,直到用户点击子页面,但是一旦我离开主顶部导航,它们就会消失。

This worked fine for a while, but has stopped working recently during recent construction, and not sure why. 这种方法运行良好一段时间,但最近在最近的施工期间停止了工作,并且不确定原因。

The inside pages of the site do not have this issue, and work as intended. 网站的内部页面没有此问题,并按预期工作。

There is a gap between menu list and menu item that breaks the hover. 菜单列表和菜单项之间存在间隙,可以打破悬停。 Either delete the <div class="top_shadow_home"></div> inside middle_content_holder inside container_full or remove the gap from css. 删除container_full middle_content_holder内的<div class="top_shadow_home"></div>或从css中删除间隙。

PIC

It looks like top_shadow_home is breaking the hover. 看起来top_shadow_home打破了悬停。 When it is removed it is working fine. 当它被删除它工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何在导航栏中获取“下拉”菜单以将其下拉到正确的位置? - How do i get the “dropdown” menus in a nav bar to drop down in the right spot? 如何获得我的下拉菜单,一次只允许一个打开的下拉菜单,并在单击某个菜单时保持打开状态 <li> ? - How do I get my dropdown menu to allow only one open dropdown at a time, and stay open on click of a <li>? 在同一个导航栏中有两个下拉菜单 - Having two dropdown menus in the same nav bar 第二个下拉列表取决于我的第一个下拉列表。 怎么样? - Second drop down depends on my first drop down. How? jQuery:当我单击滚动条时,滚动条会卡住,从而导致滚动条在鼠标未按下时滚动。 (以jsfiddle为例) - jQuery: The scrollbar sticks when i click it, causing it to scroll when my mouse isn't down. (with jsfiddle example) 打开和关闭导航菜单并在单击时关闭其他导航菜单 - Toggle Nav Menu on and off and close other nav menus on click 悬停导航不会保持打开状态以单击 - Hover nav wont stay open to click on 下拉菜单不起作用 - Drop down menus do not work 如何使jQuery下拉菜单直接下拉而不是向右下拉? - How do I make jQuery dropdown menus drop straight down instead of off to the right? 为什么下拉菜单需要整整一秒钟才能下拉? - Why do my drop down menus take a full second to drop down?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM