2011-02-20から1日間の記事一覧

Drag&Dropがわからなくなってきた。なので基本にかえるところから。

ここからでも、まだおかしい。 <title>ドラッグ&ドロップ</title> <style type="text/css"> ol { border:3px #fee solid; height : 200px; } li { margin:3px; border:1px #eef solid; } </style> <body> <input type="text" id="vv" value=""> <ol> <li id="CarMaker0" draggable="true">TOYOTA</li> </ol></body>