I am using AnythingSlider, but I want to change its buttons to be displayed at the left side of images instead of at the bottom.
I believe have to change <ul>
's list-style:none;
I tried changing in different positions, but I cannot figure it out how to change position of buttons to be on the left side and show vertically, something like this.
Check out this demo. It uses the
appendControlsTo
option to completely move the slider controls. You'll have to add your own css styling (see the demo).For more information about the
appendControlsTo
option, check out the wiki documentation