Given a list of description and href URL, generate a row of button in horizontal/vertical, embeded in table/span tag. A simple class good enough for maybe internal web server. For more complex link row please refer to
http://www.chipchapin.com/WebTools/MenuTools/
The appearance of the button and table is fully given over to the stylesheet. You just need to specify which class you want to use for
individual buttons, and in the style sheet, you just enter:
<style>
.button { ... }
.button:link { ... }
.button:visited { ... }
.button:active { ... }
</style> |