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.
このコード:
controls.position({ my: "right top", at: "right top", of: parent });
要素controlsCSSを次のように設定しています
controls
<div style="position: absolute; top: 0px; left: 1355px;">...</div>
として設定しないのはなぜright: 0px;ですか?
right: 0px;
right1 つの可能性として、またはbottomCSS プロパティをサポートしていない古いブラウザーとコードが互換性がある可能性があります。古い IE はそれらをサポートしていません。
right
bottom