CSS Positioning
Positioning elements on a page can be tricky some times. There is a lot to remember, but if you can master CSS Positioning then you should be on the right track.
CSS Positioning consists of 4 main declarations:
Static
Fixed
Relative
Absolute
The static position (position:static;) is the default for HTML elements. It basically means that the element will [...]
