CSS Absolute Positioning
The positioning of an absolutely positioned element is relative to the first parent element having a position other than static. If it finds no such element, then the element will be positioned on a page relative to the 'top-left' corner of the browser window. You can further specify the box's offsets using one or more properties top, right, bottom, and left.