Changeset 5141 for trunk/ui/demos/ui.slider.html
- Timestamp:
- 03/28/08 16:02:51 (5 months ago)
- Files:
-
- 1 modified
-
trunk/ui/demos/ui.slider.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/demos/ui.slider.html
r5088 r5141 51 51 <div class="playground" style='height: 280px;'> 52 52 <div id='example4' style="position: relative; margin: 40px; width: 20px; height: 200px; background: #eee;"> 53 <div style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 0px;'></div>54 <div style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 188px;'></div>53 <div class='ui-slider-handle' style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 0px;'></div> 54 <div class='ui-slider-handle' style='position: absolute; z-index: 1; background: green; width: 100%; height: 12px; top: 188px;'></div> 55 55 </div> 56 56 </div>