Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DIV table colspan: how?

Tags:

html

css

How do I achieve colspan/rowspan behavior in tableless (e.g. div.table {display: table;} div.tr {display: table-row;} etc.) table?

like image 395
artemave Avatar asked Jan 20 '11 10:01

artemave


1 Answers

I would imagine that this would be covered by CSS Tables, a specification which, while mentioned on the CSS homepage, appears to currently be at a state of "not yet published in any form"

In practical terms, you can't achieve this at present.

like image 140
Quentin Avatar answered Oct 04 '22 15:10

Quentin