Thursday, August 20, 2009

HTML position: absolute inside relative

If an absolute position is inside a relative positioned element, the absolute values are relative to the parent rather than to the browser window. This can be useful if you want to display popup relative to the mouse, but you don't need to calculate the mouse position.

No comments:

Post a Comment