mcdougals4all
10-14-2004, 03:29 PM
Here's the page in question, http://www.rajetter.com/order.html.
IE6 hides the right side border for certain td's. Opera and Firefox close all the borders.
This is all of the CSS being applied:
table { border-collapse:collapse; }
td { border:solid 1px #666; }
.label { text-align:right; }
I realize I could add a border to the table itself to close these open borders, but the plan is to remove the borders for empty cells, so adding a border to the table defeats the purpose.
Anyone know why this happens or care point out what I may be doing wrong?
IE6 hides the right side border for certain td's. Opera and Firefox close all the borders.
This is all of the CSS being applied:
table { border-collapse:collapse; }
td { border:solid 1px #666; }
.label { text-align:right; }
I realize I could add a border to the table itself to close these open borders, but the plan is to remove the borders for empty cells, so adding a border to the table defeats the purpose.
Anyone know why this happens or care point out what I may be doing wrong?