The style declarations contained within this page:
.cl1 {position: static; top: -5px; left: 2px;}
.cl2 {position: relative; top: -5px; left: 2px;}
.cl3 {position: absolute; top: 25px; left: 2px;}
.cl4 {position: fixed; top: 0px; left: 200px;}
The following paragraph will contain four positioned images. Each image is prefaced by a class marker, and each image is numbered so that it is possible to determine which images have been positioned in which places. The containing paragraph has been relatively positioned with no offsets. This will cause the absolutely positioned image (#3) to be positioned in relation to the upper left corner of this paragraph. Note that support for topand left will be required for these tests to work, but without them, positioning won't work very well anyway.
[cl1]
[cl2]
[cl3]
[cl4]