How to add class to last list item
-
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?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to add class to last list item’ is closed to new replies.