1

(16 replies, posted in Programming)

position:relative
If you specify position:relative, then you can use top or bottom, and left or right to move the element relative to where it would normally occur in the document.

position:absolute
When you specify position:absolute, the element is removed from the document and placed exactly where you tell it to go.

see examples and more at Learn More at ammanu
http://www.ammanu.edu.jo/Learn/Learn1.html