1. Single-pixel border CSS table
This is a non-commonly used table style.
Source:
2. CSS style table with background map
Almost the same as above, but each of the lattice more than the background map.
Cell-blue.jpg
Cell-grey.jpg
1. Download the above two images, named Cell-blue.jpg and Cell-grey.jpg
2. Copy the following code to the place you want, remember to change the image URL
3. Self-change the line color of the CSS style table (need to use JS)
This CSS style table itself actively switches the color of each row, which is useful when we need to update a large table frequently.
Code:
4. Hover over the highlighted CSS style table (JS required)
Pure CSS Display table highlighting in the IE display problem, so use JS to do this side of the highlight (because the CSDN blog limited the use of JS, I will be in the recent blog migrated to their own web host).
One thing to be careful about is that you don't define the background color of the lattice.
A few of the most common CSS style tables are here, and we hope to help.
Original: HTML Tables with CSS Styles