Home › Forums › CSS › [Solved] Colspan problem › Reply To: [Solved] Colspan problem
July 21, 2014 at 8:08 am
#176017
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 ;-)