Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/blackberry/2.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
Hover 背景图像悬停时消失_Hover_Background Image - Fatal编程技术网

Hover 背景图像悬停时消失

Hover 背景图像悬停时消失,hover,background-image,Hover,Background Image,我有一个背景图像(红色加号)在一个可扩展的部分 请参阅此链接中的: 它在悬停时消失了,我不知道如何解决这个问题 我的编程技能非常基础 非常感谢您的帮助,谢谢 它不是很漂亮,但它很管用 .ult_exp_section { background-image: url(http://www.eborrelli.com/clients/RC-site/wp-content/uploads/2016/11/plus-red-30px.png) !important; background

我有一个背景图像(红色加号)在一个可扩展的部分

请参阅此链接中的:

它在悬停时消失了,我不知道如何解决这个问题

我的编程技能非常基础


非常感谢您的帮助,谢谢

它不是很漂亮,但它很管用

.ult_exp_section {
    background-image: url(http://www.eborrelli.com/clients/RC-site/wp-content/uploads/2016/11/plus-red-30px.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

它不是很漂亮,但这很管用

.ult_exp_section {
    background-image: url(http://www.eborrelli.com/clients/RC-site/wp-content/uploads/2016/11/plus-red-30px.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

你能展示一些你现在使用的代码吗?在你的问题中,你应该包含一些可能不起作用的代码。请按照这个简短的教程进行操作-你能展示一些你现在使用的代码吗?在你的问题中,你应该包含一些可能不起作用的代码。请遵循这个简短的教程-