BOX B absolutely positioned boxes are positioned relative to the nearest positioned ancestor element. If there is no such ancestor element the box is positioned relative to the initial containing block, the browser's view port.
BOX C This box is absolutely positioned to be 300 pixels from the top and 300 pixels from the left of its nearest positioned ancestor, which is the browser window in this case.
Box C-1 This is an absolutely positioned box inside another absolutely positioned box.