css - Using "display: table-cell" is there a way of getting the "colspan" functionality? -


this question has answer here:

using display: table-cell there way of getting colspan functionality, available when using real table cells?

in particular need "cells" span multiple columns.

real tables not possibility using form per row layout, won't validate real table.

no cannot add colspan or rowspan display:table-cell. 1 of limitations in table-cell feature!

you can check limitations in reference link

http://www.onenaught.com/posts/201/use-css-displaytable-for-layout

if want bring colspan feature table-cell, have use table-row-group , table-caption feature follows

display: table-caption 

and

table-row-group; 

check fiddle link : http://jsfiddle.net/zqqy4/


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -