Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/387.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
Javascript jquerycarousel插件显示不需要的边框_Javascript_Jquery_Html_Css_Google Chrome - Fatal编程技术网

Javascript jquerycarousel插件显示不需要的边框

Javascript jquerycarousel插件显示不需要的边框,javascript,jquery,html,css,google-chrome,Javascript,Jquery,Html,Css,Google Chrome,我正在我的产品页面中使用showbiz jQuery旋转木马。当我点击“查看更多”按钮时,它只在chrome中的旋转木马上显示了一个不需要的边框。我怎样才能删除它 这是我的密码 <div style="padding:0px 0px 0px 0px;" align="center"> <div class="example-wrapper"> <div id="services-example-1"

我正在我的产品页面中使用showbiz jQuery旋转木马。当我点击“查看更多”按钮时,它只在chrome中的旋转木马上显示了一个不需要的边框。我怎样才能删除它

这是我的密码

<div style="padding:0px 0px 0px 0px;" align="center">
                <div class="example-wrapper">
                  <div id="services-example-1" class="theme1">
                    <ul>








<


                </ul>

                <!--    ###############     -   TOOLBAR (LEFT/RIGHT) BUTTONS    -   ###############  -->
                <div class="toolbar">
                  <div class="left">
                  </div>
                  <div class="right">
                  </div>
                </div>
              </div>
            </div>


          </div>

    <

不需要的边框
边框:1px#eee实心应用于呈现html中的div。它一定是由jquery插件生成的。在插件中搜索并删除它。

它是一个焦点元素:只需将它添加到css中:

*:focus{
    outline:0px;
}

我讨厌这个问题,xDDDDDD

谢谢你注意到我,但这不是bordr。我已经从html中删除了样式。你在chrome/safari中看到边界了吗??它是蓝色的。我已经试了很多方法来解决这个问题,但是我做不到。对不起,我去吃午饭了。很有效,非常感谢你抽出时间。又一次。