基金会5轨道子弹

时间:2013-12-17 17:56:41

标签: zurb-foundation orbit

我想在滑块上移动子弹导航,因此它会位于中间的某个位置。
但是当我这样做并点击另一张幻灯片时,子弹就会消失。
有任何想法如何解决这个问题吗?

1 个答案:

答案 0 :(得分:1)

您需要覆盖一些轨道子弹CSS规则,例如:

.orbit-bullets {
  position: absolute; // instaed of relative
  top: 100px; // where you want it 
  z-index: 1000; // > 10 will probably work
}