Fixed positioning is a subcategory of absolute positioning. The difference is that a fixed
element’s containing block is the viewport. This allows you to create floating elements that
always stay at the same position in the window.
The weblog comment form has been given a fixed position to keep it
anchored at the same place on screen when the page is scrolled.
