[jQuery] BlockUI plugin and -moz-border-radius
I'm developing an AIR app written in CSS, using jQuery and the BlockUI
plugin.
It works beautifully and the awesome thing is that as long as a style
works in Webkit (Safari), it'll work in my app. So I thought it would
be great to use the -moz-border-radius property rather than creating
an image. However, when I attempt to use this property in the defult
override, it throws an error. Likely this is because of the hyphens
between the words.
Is there a workaround for this, or something?