Static Position of Div Layer

Case 3: Contained inside a div layer with Relative Position

Line 1:

Line 2:

Line 3: The div layer is created under this line.

Div layer "layer1" with Static Position

Top - 50 px
Left - 50 px

This div layer has also assigned top and left position property. However the position still align at where it is created.

Conclusion: The position property has no effect with div layer setting to static position. That's why it is called static.

Div layer id "outerWrapper" with Relative Position.

This is the line just below the div layer

Return to Div Layer Static Position Tutorial