Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/90.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 悬停时的意外影响_Html_Css_Hover - Fatal编程技术网

Html 悬停时的意外影响

Html 悬停时的意外影响,html,css,hover,Html,Css,Hover,有人知道为什么我在悬停左/上一个按钮时(靠近屏幕截图上的红色箭头)会出现这种情况吗。当我悬停在右翼按钮上时,不会得到相同的悬停效果?另外,这个问题出现在谷歌浏览器上,但在Internet Explorer/Firefox上没有 我的网站是 我通过以下代码添加了该按钮: /* Add wingRight */ span.next_nav { background-image: url(https://www.petasos.be/wp-content/uploads/2017/05/win

有人知道为什么我在悬停左/上一个按钮时(靠近屏幕截图上的红色箭头)会出现这种情况吗。当我悬停在右翼按钮上时,不会得到相同的悬停效果?另外,这个问题出现在谷歌浏览器上,但在Internet Explorer/Firefox上没有

我的网站是

我通过以下代码添加了该按钮:

/* Add wingRight */
span.next_nav {
    background-image: url(https://www.petasos.be/wp-content/uploads/2017/05/wingRight.png);
    background-repeat: no-repeat;
    background-position: 40% 40%;
}

/* Add wingLeft */
span.prev_nav {
    background-image: url(https://www.petasos.be/wp-content/uploads/2017/05/wingLeft.png);
    background-repeat: no-repeat;
    background-position: 40% 40%;
}

/* Hide fa-icons */
.carousel-control i {
    display: none;  
}

/* No border */
.carousel-control .next_nav, .carousel-control .prev_nav {
    border: none;
}

我在我的电脑上看不到这个问题。我也看不到。我们三个人,而你们一个人。呵呵,Chrome 59无法复制。如果在新的“匿名”选项卡中打开网站,是否会出现问题?@Ihazkode对我来说,如果在“匿名”选项卡中打开网站,也会出现问题。