Hi I have a slider in my application which ranges from 0% to 100% . Below is the html for the same
<div class="rangepopout-slider"> <div class="slider-handle-min" style="left: 0%; z-index: 2;"> <div class="slider-handle-label" style="margin-left: -10.5px;">0 %</ div> </div> <div class="slider-handle-max" style="left: 100%; z-index: 1;"> <div class="slider-handle-label" style="margin-left: -17.5px;">100 %</ div> </div> <div class="slider-range" style="left: 0%; width: 100%;"></div> </div> Now if I wanted to move the "slider-handle-min" and "slider-handle- max", how should I do that .. say I wanted to make it to move at 10% for slider-handle-min and 80% for slider-handle-max -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
