Styling the last td in a table with css

The :last-child selector should do it, but it’s not supported in any version of IE.

I’m afraid you have no choice but to use a class.

Leave a Comment