XHTML

CSS (Cascading Style Sheets) Introduction

CSS Basics

CSS Box Model

Box Model: each element has a box surrounding it with tunable attributes...

CSS Position

Frame of reference for an element is closest containing element with a defined position other than static. Here is an position example.
Some references

CSS z-index

You can specify the z-index of an element to specify its stack order. That is, higher z-index elements appear above lower z-index elements. It works only on positioned elements (position: absolute, relative, fixed).

Links

css3generator