Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/80.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 隐藏在php后面的下拉菜单项包括_Html_Css_Superfish - Fatal编程技术网

Html 隐藏在php后面的下拉菜单项包括

Html 隐藏在php后面的下拉菜单项包括,html,css,superfish,Html,Css,Superfish,我在wordpress页面上为一个酒店预订酒吧添加了一个php include。预订栏现在隐藏了我的菜单下拉项 这是一个带有预订栏的测试页面: 这是一个没有栏的页面,您可以看到下拉列表: 我试着设置z索引,但没用 任何帮助都将不胜感激 您的测试页面上有一大堆错误,并且该菜单是由脚本运行的 所以出了问题,它就不会运行了 修复以下错误或在自己的调试控制台上查看它 Failed to load resource: the server responded with a status of 404 (N

我在wordpress页面上为一个酒店预订酒吧添加了一个php include。预订栏现在隐藏了我的菜单下拉项

这是一个带有预订栏的测试页面:

这是一个没有栏的页面,您可以看到下拉列表:

我试着设置z索引,但没用


任何帮助都将不胜感激

您的测试页面上有一大堆错误,并且该菜单是由脚本运行的

所以出了问题,它就不会运行了

修复以下错误或在自己的调试控制台上查看它

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.claridge.com/resources/demos/style.css
Uncaught TypeError: Cannot read property 'msie' of undefined jquery.fancybox.js?ver=1.0:4
Uncaught TypeError: Cannot set property 'media' of undefined jquery.fancybox-media.js:39
Uncaught TypeError: Cannot set property 'thumbs' of undefined jquery.fancybox-thumbs.js:26
Uncaught TypeError: undefined is not a function jquery.fitvids.js?ver=1.0:78
Uncaught TypeError: Cannot read property 'msie' of undefined superfish.js?ver=1.0:63
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.claridge.com/resources/demos/style.css
对于脚本错误,请尝试删除此行

<script>
  $(function() {
    $( "#datepicker" ).datepicker();
  });
  </script>
您可能需要使用jQuery而不是$

还添加了警报

如果这是可行的,那么您的代码应该正在运行

您还包括许多版本的jQuery

首先,请检查。您将看到,您至少有31个错误,它将在该点停止搜索。现在,您将在第245行和第246行中看到您正在关闭 和标签,但你的页面几乎没有开始。修复这些问题,它将工作良好,基本上你没有加载脚本,因为你过早地结束你的页面