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

#176057
sensationikke
Participant

@Soronbe: http://jsfiddle.net/kzM6a/7/ Note that a small title will add a huge blank spot, where instead the text would have been.


@MDMueller
: For making the use of tables correct and instead using divs. Any idea how to make the row-divs and info_box div act as the table example?(http://codepen.io/anon/pen/tDhIG?editors=110): 1) Rows stay a row, with all columns divs NEXT to eachother and 2) the table stays one solid piece, so it’s all next to the image div, or all under the image div.

I guess i’ll just accept I cannot get it to work as i wish it would. In case of the table solution I will just go with the original solution and accept that the red text of different tables is not horizontally aligned.
I am still interested in a better div-solution though!