Sunday, March 11, 2007

Absolute and Relative Position in CSS

This video tutorial covers absolute and relative position in CSS. Note that it doesn't go into z-index during this video. It’s a simple concept - the higher value in the z-index means the element is higher up on the stack. An element with a z-index of 9 will appear to be beneath an element with a z-index of 10, or 11.

0 comments: