Gracias, Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 <!DOCTYPE html>2 <html>3 <head>4  <link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />5  <script type="text/javascript" src="http://jqueryui.com/latest/jquery-1.3.2.js"></script>6  <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>7  <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.slider.js"></script>8  <style type="text/css">9  #myhandle {position: absolute;z-index: 100;height: 25px;width: 35px;top: auto;background: url(http://stackoverflow.com/content/img/so/vote-arrow-down.png) no-repeat;} 10  </style>11  <script type="text/javascript">12  $(document).ready(function(){13  $("#slider").slider({handle: '#myhandle'});14  });15  </script>16 </head>17 <body>18 <div id="slider"><div id="myhandle"></div></div>19 </body>20 </html>


Este ShareCode tiene versiones:
  1. #myhandle {position:... (24/04/2013)
  2. #myhandle {position:... (24/04/2013)
  3. #myhandle {position:... (24/04/2013)
  4. #myhandle {position:... (24/04/2013)
Enlace
El enlace para compartir es: