Absolute and Fixed Positioning Example

Absolute
top: 100px; left: 100px;
Fixed
top: 100px; left: 300px

(Note that the grey outline represents the containing box.)