A button array is the group of navigation buttons used on a webpage, preferably layed out horizontally at the top, vertically on the left. There are essentially two types.
TEXT BUTTONS - that change colour on mouseover, like the samples below : • SAMPLE • SAMPLE • • Sample • SAMPLE •
*It should be mentioned that only common fonts should be used. If you use a special font that other computers might not have, their ’default’ font replaces yours and changes your display.
|
|
IMAGE BUTTONS - are made of “images” that change on mouseover.
For these to work, a computer must have Javascript Enabled.
|
|
|
 
Below, is a sample of a single tag button :
|
|
Because they are images rather than text, image buttons take a bit more time to create. The advantage is that images and font-styles can be almost anything you choose, and designed to support a theme or enhance composite backgrounds.
|