How to manage and make look of complex data <table> identical in all browser?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-10T07:32:07Z
Indexed on
2010/05/10
7:44 UTC
Read the original article
Hit count: 158
What are helpful CSS properties which can be helpful for table? I have to make so many complex tables which have different type of colors in columns, thead, borders, padding, alternate row and column colors etc. I want to use as less as possible of css classes.
How to make complex tables design with combination of as much as possible of HTML tags and CSS properties? and should look identical in all browsers.
© Stack Overflow or respective owner