Static Position of Div Layer

Case 2: Set to Static Position with Position Property

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 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.

This is the line just below the div layer

Return to Div Layer Static Position Tutorial