javascript - How can I make the button next/previous to appear outside of the scroller, I use jQuery thumbnail scroller -
If scroller was a way of the next and previous buttons to appear outside of the frame, then I manos.malihu .gr. I try in CSS, to make the orbit of buttons important or visible, but not success. Thank you.
You can hide the default button and create your own.
The file has jquery.thumbnailScroller.js in these 2 lines
var $ scrollerNextButton = $ this.children (".jtscrollerNextButton"); Var $ scrollerPrevButton = $ this.children (".jtscrollerPrevButton"); I do not know anything about the scroller but you can try to edit these lines to use your own buttons.
Comments
Post a Comment