Example: index.html
<div id="drag1" class="drag_div">Drag できるlt;/div>
<script type="text/javascript">
<!--
new Draggable('drag1');
-->
</script>
Example: style.css
div.drag_div {
position: absolute;
left: 20pxl
top: 50px;
width: 120px;
height: 60px;
background-color: #ccccff;
}
0 件のコメント:
コメントを投稿