Displaying 1 result from an estimated 1 matches for "select_1".
Did you mean:
select1
2006 Jun 20
1
Simple draggable
...;text/javascript" src="controls.js"></script>
<script type="text/javascript" src="slider.js"></script>
<title>Untitled Document</title>
</head>
<body>
<select name="select1" size="20" id="select_1">
<script type="text/javascript">new Draggable(''select_1'', {revert:true})</script>
</select>
</body>
I tried the script further up with no luck either. Not that it''s
about luck , but considering the simplicity not sure why it w...