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

#176032
sensationikke
Participant

Thanks for all the responses!

I have created a more correct jsfiddle:http://jsfiddle.net/kzM6a/
Also check the way it behaves on resize
Yet here i noticed that even the first table is not 100% of the available space next to the image, while on the previous posted link it does. (probably due to a few different font/screen sizes).
Edit:
(codepen version works better:http://codepen.io/anon/pen/Kmdca)

Here i have added TheDutchCoder css, but it does not seem to change anything:http://jsfiddle.net/kzM6a/1/

Maby one of you can show how you would solve it with more columns?

EDIT:

@Soronbe
: calc would be a solution! Yet browser support could be better


@MattDiMu
: I had though of using divs as a solution, as this would make altering the size easier. Check my fiddle for what I want to achieve (but then using all the available space next to the image div, until it gets pushed under)