For some reason I need to display tabular data in my web application but not using native, semantic table, thead, tbody, th, td tags. I found CSS properties that make html elements "look"/"behave" like tables:
http://www.quirksmode.org/css/display.html
http://www.w3schools.com/cssref/pr_class_display.asp
I've tried out a small test, but can't figure out using least effort how to make a CSS table look like a native html table:
http://jsfiddle.net/rniestroj/6Lyvm/
The columns completly do not align. Maybe I should somewhere apply display: table-column? But where?
Or do I need more CSS and self sizing to make it look like the native table?
Or did I something misunderstood and it's not a 1:1 replacement?
Browser is Firefox 8.0b6.