I'm trying to simulate html table element by using pure CSS (for latest Chrome). Here is the code: http://jsfiddle.net/XVecz/4/
.table .table-cell[colSpan] {
width: 100%;
}
All works fine except colSpan attribute. It doesn't fill td-cell. Can you advise any workaround?