https://stackoverflow.com/a/12059220/1421561
I love Davids code, but like to know the best way to give it support in < IE7. My first idea was to use a statement "if there is a child add a class". The class would then link to a background image positioned in a similar way.
What would your solution be?
Here is Davids fiddle: http://jsfiddle.net/w9xnv/2/
Edit: support for this in < IE7:
.menu li > a:after { margin-left: 5px; content: '\25BA'; }