• <legend id='C24iu'><style id='C24iu'><dir id='C24iu'><q id='C24iu'></q></dir></style></legend>

  • <i id='C24iu'><tr id='C24iu'><dt id='C24iu'><q id='C24iu'><span id='C24iu'><b id='C24iu'><form id='C24iu'><ins id='C24iu'></ins><ul id='C24iu'></ul><sub id='C24iu'></sub></form><legend id='C24iu'></legend><bdo id='C24iu'><pre id='C24iu'><center id='C24iu'></center></pre></bdo></b><th id='C24iu'></th></span></q></dt></tr></i><div id='C24iu'><tfoot id='C24iu'></tfoot><dl id='C24iu'><fieldset id='C24iu'></fieldset></dl></div>

      <small id='C24iu'></small><noframes id='C24iu'>

          <bdo id='C24iu'></bdo><ul id='C24iu'></ul>
        <tfoot id='C24iu'></tfoot>
      1. 如何在css中居中滑块?

        时间:2024-04-19

          <i id='dgVxY'><tr id='dgVxY'><dt id='dgVxY'><q id='dgVxY'><span id='dgVxY'><b id='dgVxY'><form id='dgVxY'><ins id='dgVxY'></ins><ul id='dgVxY'></ul><sub id='dgVxY'></sub></form><legend id='dgVxY'></legend><bdo id='dgVxY'><pre id='dgVxY'><center id='dgVxY'></center></pre></bdo></b><th id='dgVxY'></th></span></q></dt></tr></i><div id='dgVxY'><tfoot id='dgVxY'></tfoot><dl id='dgVxY'><fieldset id='dgVxY'></fieldset></dl></div>
          <tfoot id='dgVxY'></tfoot>
          1. <small id='dgVxY'></small><noframes id='dgVxY'>

              <tbody id='dgVxY'></tbody>
              • <bdo id='dgVxY'></bdo><ul id='dgVxY'></ul>

                <legend id='dgVxY'><style id='dgVxY'><dir id='dgVxY'><q id='dgVxY'></q></dir></style></legend>
                1. 本文介绍了如何在css中居中滑块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在一个主题上安装了这个插件.这个主题有一个滑块,但我不喜欢它.所以我安装了这个.

                  I installed this plugin on a theme. This theme had a slider, but I didn't like it. So I installed this one.

                  http://wordpress.org/extend/plugins/content-slide/

                  我试过用这个

                  #wpcontent_slider_container{
                  position:relative;
                  margin: 0 auto;
                  }
                  

                  还有这个

                  #wpcontent_slider_container{
                  position:relative;
                  margin-left:auto;
                  margin-right:auto;
                  }
                  

                  然后什么也没有发生.

                  我必须在 div 中放一些东西吗?

                  Do I have to put something in div?

                  推荐答案

                  我也遇到了同样的问题.我就是这样解决的:

                  I had the same problem. This is how I solved it:

                  #wpcontent_slider_container {
                  margin-left: auto !important;
                  margin-right: auto !important;
                  }
                  
                  #wpcontent_slider {
                  /* Your styling here */
                  }
                  

                  没有!重要"的东西,CSS 对我也不起作用.

                  Without the "!important" thingy the CSS didn't work fo me either.

                  这篇关于如何在css中居中滑块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在拇指顶部显示滑块范围值 下一篇:Flot 图表 - 打开/关闭系列

                  相关文章

                  <small id='d22nI'></small><noframes id='d22nI'>

                  <tfoot id='d22nI'></tfoot>
                      <bdo id='d22nI'></bdo><ul id='d22nI'></ul>
                    1. <i id='d22nI'><tr id='d22nI'><dt id='d22nI'><q id='d22nI'><span id='d22nI'><b id='d22nI'><form id='d22nI'><ins id='d22nI'></ins><ul id='d22nI'></ul><sub id='d22nI'></sub></form><legend id='d22nI'></legend><bdo id='d22nI'><pre id='d22nI'><center id='d22nI'></center></pre></bdo></b><th id='d22nI'></th></span></q></dt></tr></i><div id='d22nI'><tfoot id='d22nI'></tfoot><dl id='d22nI'><fieldset id='d22nI'></fieldset></dl></div>

                      <legend id='d22nI'><style id='d22nI'><dir id='d22nI'><q id='d22nI'></q></dir></style></legend>