Rounded table corners - browser spec

ok, now to create a table with rounded corners all I have to do is add

-moz-border-radius: 5px;

to my table class in the stylesheet and hey presto I have a rounded table corner…but only in Mozilla (http://www.xulplanet.com/references/elemref/ref_StyleProperties.html)

thats right the table appears as a rounded rectangle in mozilla but in no other browsers. It just appears as a box in others. Anyone know how to get the same effect in other browsers?

looking round it seems to be that using images is the only way…it’s not is it:h: