Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ドラッグ可能でサイズ変更可能なjquery ui apiを実行しようとしています。しかし、一番上の div のサイズを変更すると、次の div が一番上に来ます。こちらのサンプルコードをご覧ください
http://jsfiddle.net/wExtX/190/ 返信待ち
これは、一番上の div のサイズを変更しようとすると、jQuery が div の位置を「position:relative」から「position:absolute」に変更するために発生します。