ResponsiveSlides按钮标签位置

时间:2015-06-02 05:54:34

标签: jquery responsive-slides

我使用ResponsiveSlides js来创建图像滑块。但是,可以将底部按钮标签定位在图像中吗? 我的测试链接: http://websolutions.my/slider-test/ 我尝试编辑css但不能这样做

2 个答案:

答案 0 :(得分:0)

在您的css中添加以下代码

#slideshow ul.centered-btns_tabs{
     position: relative;
     margin-top: -10px;
     margin-bottom: -10px;
     top: -45px;
     z-index: 999;
}

center aligned dots

答案 1 :(得分:0)

将以下属性添加到UL

#slideshow ul {
  font-size: 14px;
  margin-top: -50px;
  position: relative;
  z-index: 99;
  margin-bottom: 40px;
}