1. | Type position: relative; (don't forget the semicolon; the space is optional).
|
2. | If desired, type top, right, bottom, or left.
Then, type :v, where v is the desired distance that you want to offset the element from its natural location, either as an absolute or relative value (10ps, or 2em, for example) or as a percentage.
|
3. | If desired, repeat step 2 for additional directions, separating each property/ value pair with a semicolon as usual.
|