質問

アプリケーションでコンテンツスライダーを使用したいと思います。 bxsliderを最終候補にしました。スクリーンショットに表示されているようにカスタムページャーを実装する方法をお勧めします

BXSLider APIを参照しています。

目的のソリューションのスクリーンショットenter image description here

助けてください!!

役に立ちましたか?

解決

これは解決されました。次のようにスタイルを更新しました:

a.pager-active > div{
    background: url("/images/dot_filled.png") no-repeat scroll !important;
    display:inline;
    outline:none;
}

.bx-pager a > div{      
    display:inline;
    padding:2px;
    background: url("/images/dot_empty.png") no-repeat scroll;
    position:relative;
    top:10px;
    outline:none;
}

私はこの答えを提供しているので、カスタムBXSLiderページャーを探している人を助けるかもしれません。ありがとう!!

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top