Creating Navigation Buttons with CSS

Previously, we talked about creating icons with CSS Sprites. You’ll need this image (Source: http://www.lighttek.com/icon/index.htm) for icon part of the exercise and this image for the button part. You will also need this original file, which will eventually look like this completed file. CSS Sprites A sprite is a portion of an image used as…

A Review of CSS

Box model The box model describes how CSS works to display images and information. Every element in your web page responds to these basic directives, however their implementation is not always accurate. width: how wide your element is height: how tall your element is margin: space between two elements. Measured a little uniquely, as the…

960 Grid System

The 960 Grid System is a CSS Framework. A Framework is a system used to solve common problems. A common problem in developing websites is getting elements to align vertically, and consistent layouts between all major browsers. A grid system is typically used in a print layout format to ensure that elements vertically align on…