문제

I wish to use a content slider in an application. I shortlisted the BxSlider. Kindly suggest the way to implement a custom pager as displayed in screenshot

I am referring the BxSlider API.

Screenshot for the desired solutionenter image description here

Please help!!

도움이 되었습니까?

해결책

This got resolved. Have updated the style as follows:

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;
}

I am providing this answer so that it might help someone who is looking to have a custom BxSlider Pager. Thanks!!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top