I have some <td>
elements with dotted 1px borders on the bottom. Each element is fixed width. This means that sometimes the borders end up like this, with abutting dots that make a dark spot in the border:
-- -- -- --|-- -- -- --
but other times they render correctly, like this:
-- -- -- --| -- -- --
I can move them around by changing the width of the <td>
s a bit, and sometimes they disappear altogether, but is there a more correct way of rendering fixed-width <td>
s that would avoid this problem and save me the hassle this has caused?
EDIT: Border-collapse
is applied to the table