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