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…