機能しない:
td:not(:last-child), td:not(:nth-last-child(2))
{ background-color:#ccc; }
機能しない:
td:not(:nth-last-child(1)), td:not(:nth-last-child(2))
{ background-color:#ccc; }
機能しない:
td:not(:nth-last-child(2))
{ background-color:#ccc; }
td:not(:nth-last-child(1))
{ background-color:#ccc; }
単独で動作:
td:not(:nth-last-child(2))
{ background-color:#ccc; }
単独で動作
td:not(:nth-last-child(1))
{ background-color:#ccc; }