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.
-moz-transformと-moz-transform-originの違いは何ですか?
-moz-transform変換を与え、-moz-transform-originそれを適用するときに要素内のどのポイントが(0、0)であるかを示します。
-moz-transform
-moz-transform-origin
だからあなたが持っているなら:
-moz-transform: rotate(90); -moz-transform-origin: center;
次に、要素の中心を中心に90度回転します。