2013-12-17 103 views
-2

我想移動滑塊上的子彈導航,所以它會在中間的某個地方。
但是,當我這樣做,然後點擊另一張幻燈片子彈消失。
任何想法如何解決這個問題?基金會5軌道子彈

+0

歡迎SO。代碼,請。 http://stackoverflow.com/help/on-topic – isherwood

回答

1

你需要重寫一些軌道子彈CSS規則,如:

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