Home › Forums › CSS › anythingslider awesomeness and question › Re: anythingslider awesomeness and question
July 30, 2011 at 9:21 pm
#84281
Member
Hi Andrezweers!
If you want to move the start/stop button just use the “appendStartStopTo” option. Basically add an div and position it with css:
Then initialize the slider with this option:
$('#slider').anythingSlider({
appendStartStopTo : $('#startstopbutton')
});