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:
rel=“nofollow noreferer”> http://www.quirksmode.org/css/display.html。
http://www.w3schools.com/cssref/pr_class_display.asp
http://developer.practicalebusiness.com/articles/1941-CSS-display-table-row-and-display-table-cell-
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?
或者,我是否需要更多的社会保障和自食其力,使之像原住民一样看待?
或者,我是否误解了,而不是1:1
Browser is 8.0b6.