HTML CSS relative property

traceyraccoon

New Member
I have the following scenario.\[code\]<div id="wrapper" style="position: relative"> <div id="header"> <div id="logout" style="position: absolute"></div> </div></div>\[/code\]How is the \[code\]logout\[/code\] div positioned: is it relative to \[code\]wrapper\[/code\] or to \[code\]header\[/code\]?
 
Back
Top