Here are two examples of absolutely-positioned divs. When a div is absolutely positioned, it is taken out of the flow of the HTML document. As a result, these divs will overlap content on the page, because they don't honor any content in the page that isn't absolutely-positioned. To test this absolute positioning, try scaling your browser window. You should see that this text moves to fit, while the divs remain in place.