I can't figure out how to get double borders at right side of cols 3, 6, 9 in a table WITHOUT putting a class into <td> which I do not want to do since the <td>'s are generated by XSLT. This is for IE6+ only.
If I try to stick with straight css styling the single <td> border seems to take precedence over the double border via <colgroup>.
I've tried all conbinations of <col>, <colgroup>, rules=groups, class selectors (not on td), ID selectors (not on td), !important.
Some nice person gave me a solution for Opera, no luck in IE.
What to do?
Dick Penny
If I try to stick with straight css styling the single <td> border seems to take precedence over the double border via <colgroup>.
I've tried all conbinations of <col>, <colgroup>, rules=groups, class selectors (not on td), ID selectors (not on td), !important.
Some nice person gave me a solution for Opera, no luck in IE.
What to do?
Dick Penny
Comment