I cannot seem to make IE9 render a fieldset with rounded corners whereas other browsers do. Has anyone encountered this too ?
To get IE9 to use rounded corners(CSS 3) you have to add this to the HTML header:
Then use CSS as normal: border-radius-right-bottom:15px;
border-radius-right-bottom:15px;
I had the same issue & this fixed it.