When i have a table with some td having colspan=2 or larger, in IE7 and lower the text inside it is rendered only in the space of the first column. I've set an example at http://jsbin.com/ajoqo4/2. Setting the doctype to strict removes this problem in IE8 but I REALLY need it to work in IE6 and IE7 (hint: some e-mail clients depend on the rendering engines of IE6 and IE7).

Any help is much appreciated.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I've finally found it. I was setting the width of the spanning cells to the dimension of the first of the merged cells.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.