I’ve created a slide carousel and it uses pseudo element :before to identify the current item you are on, however pseudo element isn’t supported in IE6/7.
Wondering if anyone can think of an alternate solution to have pseudo element working for IE6/7.
Here’s what my page looks like: http://jsfiddle.net/Qcwta/
JavaScript solutions are acceptable as well.
I woudl add an extra element to the dom as follows.
Javascript
Css