Home › Forums › CSS › [Solved] Colspan problem › Reply To: [Solved] Colspan problem
July 21, 2014 at 1:23 pm
#176089
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).