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.
次の CSS コードで制御される画像があります。
img.background { z-index: -1; position: absolute; }
次の HTML コードも画像を制御します。
<img class = "background" src = "images/bhleerotated.JPG">
この画像を 180 度回転させても、回転していない画像と同じ向きの画像として表示されます。なぜこれが起こるのですか?