#198: About the Position Property




CSS-Tricks Screencasts show

Summary: <ul> <li> <strong><code>static</code>:</strong> the default </li> <li> <strong><code>relative</code>:</strong> allows you to nudge around with <code>top</code>/<code>right</code>/<code>bottom</code>/<code>left</code>, making <code>z-index</code> work, gives you a positioning context</li> <li> <strong><code>absolute</code>:</strong> <code>top</code>/<code>right</code>/<code>bottom</code>/<code>left</code> moves the element </li> </ul>…