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 id="wrapper" style="position: relative"> <div id="header"> <div id="logout" style="position: absolute"></div> </div> </div>
logoutdivはどのように配置されていますか: それは に対して相対的ですwrapperかheader?
logout
wrapper
header
あなたの#logoutdivは、プロパティを持つdivに相対的ですposition: relative-あなたのラッパー
#logout
position: relative
それが正しいことを証明するためのデモで#logoutあり、#wrapper
#wrapper