mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

Scrolling for Wizards with Multiple Steps #35

Closed keithnolan00 closed 11 years ago

keithnolan00 commented 11 years ago

It would be great to have a property which allows the title bar to be scrollable when there are many steps. At the moment if there are more than 4 steps the extra steps just wrap onto a newline. This consumes a lot of screen real estate

mstratman commented 11 years ago

You can and probably should handle this with CSS.

For example, you can make the tabs smaller, or add scrolling.

There's also a vertical option which might be better suited for large numbers of steps.