Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/38.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/4/regex/16.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 在jQueryUI下拉列表中停止闪烁_Css_Jquery Ui_Css Transitions_Flicker - Fatal编程技术网

Css 在jQueryUI下拉列表中停止闪烁

Css 在jQueryUI下拉列表中停止闪烁,css,jquery-ui,css-transitions,flicker,Css,Jquery Ui,Css Transitions,Flicker,我的页面上有一个jQueryUI下拉列表,通常链接使用平滑过渡,现在我发现在FF中,当我将鼠标悬停在不同的选项上时,下拉列表实际上会闪烁 看 我不确定要添加什么css来防止转换效果影响jQueryUI建议 a { text-decoration: underline; color: #50444a; border-bottom-color: #ab939f; } 删除过渡,它的工作完美 很好,它在示例中有效,但在我的网站上不起作用:(恐怕我还有一些嵌套的css层阻碍了它

我的页面上有一个jQueryUI下拉列表,通常链接使用平滑过渡,现在我发现在FF中,当我将鼠标悬停在不同的选项上时,下拉列表实际上会闪烁

我不确定要添加什么css来防止转换效果影响jQueryUI建议

a {
    text-decoration: underline;
    color: #50444a;
    border-bottom-color: #ab939f;
}
删除过渡,它的工作完美


很好,它在示例中有效,但在我的网站上不起作用:(恐怕我还有一些嵌套的css层阻碍了它……您可以使用chrome developer工具查看所有样式都适用于该对象/元素
a {
    text-decoration: underline;
    color: #50444a;
    border-bottom-color: #ab939f;
}