View Single Post
  #1 (permalink)  
Old 06-03-2007, 05:39 PM
khulja khulja is offline
Member
 
Join Date: May 2007
Posts: 31
khulja is on a distinguished road
Default 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?
Reply With Quote