Navigation Buttons:
|
Pure CSS Nav Buttons - no images used, so quicker to load than using images, easier to modify Alternative and simple Dropdown Navigation using <select> and <option> tags Hotspots - Images - create custom images that allow you to click on areas that become links HTML Button Generator - one of many easy and great css nav button makers |
Pure CSS Navigation ButtonsPut the code below in the <head> Put the code below in the <body> Pure CSS buttons are much quicker to load than images, and they allow the Web programmer to very quickly add or delete or modify existing Navigation buttons. |
The buttons below are pure CSS using the code shown above. Note: They may look different in different browsers; so be sure to test. |
Alternative simple Dropdown Navigation using <select> and <option> tags<form name="Drop"> |
Hotspots - Images |
A Hotspot is an area on an image that a user can click on to launch a
hyperlink.
|