I am using CSS3 Pie for doing cross browser border-radius and box-shadows. This works really great. But when used together with the jQuery blockUI plugin (using modal dialogs), CSS3 Pie functionality does not apply to that dialog element.
This is because of the z-index problem with position:fixed , which is also described here. I already tried to change position to relative on the target element, played arround with the z-index, but it won´t work.
Maybe someone of you had a similar problem and can help me out here