div1
CSS Positioning Tutorial

This is the start of the tutorial on CSS positioning. Throughout this tutorial all writing on the page will be contained in div2, as div1 will be the visable box we will move to show the different positions and how they are different.

In this starting position divs 1 and 2 are placed as they would normally show up based on the order in which they appear in the code. This is also called static positioning, and is sometimes used in code to cancel-out a pre-exsisting condition to change the natural postion of an element.


NEXT