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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -