Skip to navigation
How to select the X column from a html table with css
04.04.15
.my_table tbody tr td:nth-child(1) { background-color:red; } .my_table tbody tr td:nth-child(6) { background-color:red; }
http://www.w3schools.com/cssref/sel_nth-child.asp
Reply
Anonymous
Information Epoch 1740292916
When in doubt, use brute force.
Home
Notebook
Contact us