Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Colspan problem Reply To: [Solved] Colspan problem

#176089
MDMueller
Participant

@sensationikke – since IE8 there are the following possible display values: table, table-cell, table-column, table-colgroup, table-header-group, table-row-group, table-footer-group, table-row, and table-caption

So anything possible with table/tr/th/td-tags may be done without them :)

https://developer.mozilla.org/en-US/docs/Web/CSS/display

Btw, I already made a CodePenin my first post on the first page, which shows a solution to what I think is your problem (divs sticking next to each other).