Skip to main content

Blog: css

A collection of thoughts that may or may not be interesting.

Sakura Brae

CSS step arrows

work, css

21 Sep 2012

Recently had to make a multi step form which had a step navigation and an arrow that points in the direction of travel, so you could see how far you had got through the form. Normally I would have used images to generate the arrows, but as there was a good chance that both the size of the text and the colours would change, I wanted to do a CSS version that would remove the tedious image updates that would have followed. Due to the way the form was set up, I used JQuery for much of the element control.