html - Border right and bottom different color -


i'm facing issue styles on ie 10. apply style on table cell within angular with:

<td class="viseecolumns" data-ng-repeat="fdata in projecteddata" data-ng-class="$index == projecteddata.length - 1 ? 'borderwitheright10' : ''">&nbsp;</td> 

i want right border white , bottom border black. on chrome it's good, ie draws diagonal line.

is there way on ie (like chrome)?


Comments