position relative / absolute
relative: position relative to where it was originally positioned. (its pixel positioning on the screen)
absolute: positioned relative to the <div> that it is contained in?
Im a bit confused. And why would you use position absolute or relative with no coordinates? I realise that some other attributes wont work unless specified though.
Basically what im asking is when and why do you use it?
|