Style alternating rows in a table
- in ASP.Net
Two ways to style alternating rows in a table. First, we can us CSS3 to style the alternating rows of any table using a simple pseudo class tag on a table class. Something like this:…
a little philosophy in code
Two ways to style alternating rows in a table. First, we can us CSS3 to style the alternating rows of any table using a simple pseudo class tag on a table class. Something like this:…