Thursday, October 9, 2008

css: absolute position

I do not do a lot of markup these days, but an article I read recently opened my eyes on the light side of absolute position of the elements.
If you place an element with absolute position into a box with relative position then child's position will be absolute relatively to the parent, it won't be removed from the document.

This one should be on the right of the box with red border.

No comments: