Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/78.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/8/.htaccess/6.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
Jquery 与css斗争的艰难时期。can';不要在背景图像下获取背景颜色_Jquery_Html_Css - Fatal编程技术网

Jquery 与css斗争的艰难时期。can';不要在背景图像下获取背景颜色

Jquery 与css斗争的艰难时期。can';不要在背景图像下获取背景颜色,jquery,html,css,Jquery,Html,Css,我已经做了很多尝试和错误,但现在需要一些帮助 我正在处理的页面: 问题: 滑动选项卡内容:当我将鼠标悬停在这三个选项卡上时,随鼠标移动的div在这三个选项卡内容之间的平衡并不均衡。我使用了一个插件,tabbedcontentslider。我认为它是根据一些公式改变div 有人能给我指出正确的方向吗?我很快就学会了css,而且有些东西在Firefox中似乎很管用。我认为最重要的事情是使两个宽度相同,并将背景图像放在中心位置,使跨度几乎是宽度的两倍 CSS更改: .tabs .moving_bg {

我已经做了很多尝试和错误,但现在需要一些帮助

我正在处理的页面:

问题:

滑动选项卡内容:当我将鼠标悬停在这三个选项卡上时,随鼠标移动的div在这三个选项卡内容之间的平衡并不均衡。我使用了一个插件,tabbedcontentslider。我认为它是根据一些公式改变div


有人能给我指出正确的方向吗?

我很快就学会了css,而且有些东西在Firefox中似乎很管用。我认为最重要的事情是使两个宽度相同,并将背景图像放在中心位置,使跨度几乎是宽度的两倍

CSS更改:

.tabs .moving_bg {
    background-position: center bottom ;
    background-repeat: repeat-x ;
    width: 175px ;
}

.tabs .tab_item {
    width: 175px ;
}