I am trying to build a step by step menu (just like a wizard) for an application. I found some code on the net that seems to be perfect for me.
I have created a JS Fiddle for the code.
The problem is that the example is based on before and after selectors that are not available for IE and it doesn't work in IE.
I know jQuery has before and after functions that could possible make it work for IE but I really don't have much expertise on jQuery to be able to find a solution.
What can I do to make this kind of menu work consistently across all browsers?