Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/41.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.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
Css 导航菜单在chrome 28中工作,在chrome 29中中断_Css_Google Chrome - Fatal编程技术网

Css 导航菜单在chrome 28中工作,在chrome 29中中断

Css 导航菜单在chrome 28中工作,在chrome 29中中断,css,google-chrome,Css,Google Chrome,我遇到了一个奇怪的问题 我的wordpress网站上的水平导航菜单使用ddsmoothmenu。将鼠标悬停在菜单项上,下拉菜单将显示更多页面。这在chrome 28中工作良好 我更新到chrome 29,但这不再有效。相反,您必须单击菜单项才能看到下拉列表 有人知道chrome 28>chrome 29的哪些变化会破坏此功能和潜在的修复吗 谢谢。在ddsmoothmenu.js中查找 smoothmenu.detecttouch?“切换“ 并将其替换为 smoothmenu.detecttouc

我遇到了一个奇怪的问题

我的wordpress网站上的水平导航菜单使用ddsmoothmenu。将鼠标悬停在菜单项上,下拉菜单将显示更多页面。这在chrome 28中工作良好

我更新到chrome 29,但这不再有效。相反,您必须单击菜单项才能看到下拉列表

有人知道chrome 28>chrome 29的哪些变化会破坏此功能和潜在的修复吗


谢谢。

在ddsmoothmenu.js中查找

smoothmenu.detecttouch?“切换“

并将其替换为

smoothmenu.detecttouch?“悬停“


它可以正常工作。

在ddsmoothmenu.js中查找

smoothmenu.detecttouch?“切换“

并将其替换为

smoothmenu.detecttouch?“悬停“


它可以正常工作。

您可以显示显示问题的HTML/CSS吗?否则,很难回答。+1,请提供JSFIDLE。顺便说一句,ddsmoothmenu是一个javascript菜单。。。可能希望在标记中包含javascript。您能显示显示问题的HTML/CSS吗?否则,很难回答。+1,请提供JSFIDLE。顺便说一句,ddsmoothmenu是一个javascript菜单。。。可能希望在标记中包含javascript。