
CSS3PIE and JQueryUI Dialog
Hi all,
I try to use css3pie to get rounded corners in jquery UI dialog.
I added following code to jquery.ui.dialog.js:
Code:
if (window.PIE) {
$('.ui-corner-all').each(function() {
PIE.attach(this);
});
}
It works good in ie9, but in ie7 rounded corners are applying incorrectly, see attached screenshot.
Any ideas about this?