bordered round corners for ie

bordered round corners for ie

The example on the page at http://jquery.malsup.com/corner/ contained this code for round corner ui element with border:

$(this).corner("round 8px").parent().css('padding', '4px').corner("round 10px")

but if it is replaced with this:




$(this).corner("round 8px").parent().css('padding', '1px').corner("round 9px")

the upper corners don't show right for internet explorer 8, they are ok with other browsers. I had that in my project first and then I wanted to know if I can reproduce the behavior with the online example.

Is there an estimate of how long will it take for a fix (or work around)?

Thanks