cotonti.com : [Solved] Tables missing some lines https://www.cotonti.com Последние сообщения в теме Cotonti en Tue, 28 Oct 2025 11:52:52 -0000 pieter
I tried the "empty-cells: show;" but this was not enough.

You need to do both.]]>
чт, 30 апр 2009 22:36:16 -0000
tensh
I found only this:

http://www.tipstrs.com/tip/6325/empty-table-cells-in-IE6

Hope this helps...]]>
чт, 30 апр 2009 21:52:55 -0000
pieter table.cells { width:99%; margin:0; padding:0;} table.cells td { padding:2px; background-color:none; margin:0;border:1px solid #b3c0c8; } .
In sed-light they use background and not borders. And that's why you don't have the problem.]]>
чт, 30 апр 2009 21:51:18 -0000
tensh чт, 30 апр 2009 21:50:43 -0000 pieter
I tried
empty-cells:show;
And it works in FF but not on IE.]]>
чт, 30 апр 2009 21:49:17 -0000
tensh
In my css stylesheet each <td> has a class (either "odd" or "even"). I put the border definition there, and it's normally displayed.

Also check if table.cells td possibly has "border: none" or "border: 0px". If it has, this might cause a problem.]]>
чт, 30 апр 2009 21:46:39 -0000
pieter
In my tables, when there is no text in it. There are also no lines around.

A pictures tells more then a thousand words, so:


How can I solve this?]]>
чт, 30 апр 2009 21:37:01 -0000