How can I change the positionof “.ui-slider-input” in the css file ?…..
Example, in jquery mobile CSS
input.ui-slider-input,
.ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; position: relative; }
i’ve tried a lot at :
Many thanks….
it’s ok with float: ‘right’,thank to Bill !
For example in jquery mobile,
jquerymobile.css, line 2037 :