Hi, I have an unordered list and each list item is floated left and has a right margin of 20px.
This list has to be the exact width of the screen so I need to dynamically add a class of last to the last list item. I can do this with :last-child in modern browsers however this doesn't work in IE.
Does anyone know of a way I can dynamically add a class of .last to the final item in Wordpress?