And, let's add some style with CSS as follows: #myDrag { font: 13px verdana; background-color:#E2F1B1; width:300px; } [ 157 ] This material is copyright and is licensed for the sole use by Richard Ostheimer on 18th June 2009 Please purchase PDF Split-Merge 2205 hilda on www.verypdf.com ave., , missoula, , 59801to remove this watermark script.aculo.us in One Go We are adding width, font, and background-color style elements to our drag and drop element Check out the following screenshot: What about the functionality of drag and drop element? Let's spice it up new Draggable('myDrag',{revert:true}); So our element is all set to get dragged and dropped Check out the following screenshot: [ 158 ] This material is copyright and is licensed for the sole use by Richard Ostheimer on 18th June 2009 Please purchase PDF Split-Merge 2205 hilda on www.verypdf.com ave., , missoula, , 59801to remove this watermark ... "changed" and current value } Multiple handles in the slider Now, a thought comes to our mind at this point: Is it possible for us to have two handles in one track? And, the mighty script.aculo.us. .. and screenshot for a quick glance of having two handles in one track: HTML code [ 147 ] This material is copyright and. .. Dynamic Applications using script.aculo.us So now we will have two slider types on one page, and the only difference is in the axis orientation We need to create two tracks and the respective handles