3 CSS

CSS (cascading style sheet) is a language designed to control the styling of document elements. However, it also includes constructs to control the layout of a document.

The source document is at http://www.w3.org/TR/1998/REC-CSS2-19980512/visuren.html. I am including a short summary of the core concepts in this module.

 3.1 Boxes
 3.2 Separating a document into boxes
 3.3 Where do we put a box?
  3.3.1 Begin with organization
  3.3.2 Relative positions
  3.3.3 Absolute positioning
  3.3.4 Height for a block
  3.3.5 Scroll bars
  3.3.6 Full screen layout