malsup / corner

jQuery Corner Plugin (by Dave Methvin and Mike Alsup)
http://jquery.malsup.com/corner/
543 stars 109 forks source link

No Rounded Corner when Setting a Background image in Firefox & Opera #54

Open AimanZidan opened 13 years ago

AimanZidan commented 13 years ago

<table style="width: 100%;border-collapse: separate; border-spacing:0 8px;" cellpadding="0">
<tr style="background-image: url('image.gif');height: 30px; color: #2E2E2E;">
<td class="myCorner" data-corner="left 8px" style="width: 30px;height: 35px;">
</td>
</tr>
</table>

IT only works in Chrome and IE. Please fix this bug in Firefox and Opera.

Thank You very much