Tagged Questions
4
votes
3answers
161 views
Hover state for Step-based navigation
I'm stumped on figuring out what the proper hover state for a step-based navigation workflow should be.
The navigation appears below. There are 3 states. Completed, Active, and Not-Yet-Completed. The ...
2
votes
3answers
244 views
Should Wizard steps be clickable links?
I'm designing a reusable Wizard that will be used in multiple places of my web application. It is designed to be truly modular - we detect the number of stages and whether each has been completed by ...