..oO(treadwell)
>I created a navigation bar in Fireworks with buttons that have an up state,
>over state and down state. How do I get the buttons to change color to indicate
>"already visited?" I have seen this done with text but can it be done with
>buttons?
Sure. It requires some more CSS and the pseudo-class :visited.
Here are two examples for CSS-based rollovers:
CSS Sprites: Image Slicing’s Kiss of Death
http://www.alistapart.com/articles/sprites/
Fast Rollovers Without Preload
http://wellstyled.com/css-nopreload-rollovers.html
The same technique can be extended to also use the :visited link state.
Micha