Site hosted by Angelfire.com: Build your free website today!

Original Position

Original Position using relative positioning

Relative positioning moves an element relative to its original position.

h1.ex1 { position:relative; left:20; }

"left:20" adds 20 pixels to the element's LEFT position.