CSS

Dec 02 2006

CSS Vertically and Horizontally Center

How to Vertically and Horizontally Center a CSS Element?

Pre-css most centering was accomplished using the grid-like structure that tables provided. All fine and good, but the CSS positioning module offers layout options that tables could only dream of. Here's how to vertically and horizontally center an element in pure CSS...  read more »

May 25 2006

CSS Fixed Width Center Column

Fixed Width Center Column Without Tables

What we want to do here is create a fixed width center column in CSS whose side columns fill in with white space in larger resolutions. This particular example will fit all resolutions down to 800 x 600.  read more »