I cannot seem to make IE9 render a fieldset with rounded corners whereas other browsers do. Has anyone encountered this too ?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- Is TWebBrowser dependant on IE version?
To get IE9 to use rounded corners(CSS 3) you have to add this to the HTML header:
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
Then use CSS as normal:
border-radius-right-bottom:15px;
I had the same issue & this fixed it.
its only working in latest rc build , aint working in beta version of IE9 try
Fieldset rendering is always fraught with problems with rendering and particularly with printing. It's hardly surprising that it doesn't work.
The standard workaround is to add another container and style that.