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.
div があり、position:relative; が必要です。その div が他のコンテンツを邪魔にならないようにしたいので、基本的には、position:absolute; を使用せずに、div が存在しない場合と同じ場所にコンテンツが必要です。これどうやってするの?
ありがとう。
img { position: absolute; }
デモ