Export to GitHub

curved-corner - issue #8

Tables with rounded borders go badly wrong


Posted on Sep 3, 2009 by Happy Bear

Applying this HTC to a <td> table cell results in all styles (including borders) on the <td> cell being removed.

Applying it to a <table> gives a correctly rounded border, but the whole table turns solid black, obscuring the table contents.

Applying it to a <tr> table row appears to have no effect at all.

Comment #1

Posted on Nov 18, 2009 by Quick Kangaroo

Tr wont have effect as it is not having displayable body part. Appliying to TD is being mess because it reproduces VML tags in ie. You can change backgound colour applied on table . By default it is black

Status: Fixed

Labels:
Type-Defect Priority-Medium