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

#176017
TheDutchCoder
Participant

Hi fellow Dutchman ;-)

Does this help?
http://jsfiddle.net/ydWPq/

What I did was remove the colspans, set all the table cells to be 25% width, but make the first table cell 50% width (you can do that with td:first-child {}).

I also made the table have a 100% width (this prevents it from floating next to the yellow box) and (just to be sure), I’ve set the table-layout to ‘fixed’, so the content doesn’t push cells.

Is this what you were looking for?

If not, maybe you can post an image of how you would want it to look and then I can alter the code for you ;-)