Round corners/CSS3 in IE

0
I have created a layout with rounded corners which works in firefox/chrome. When I open the site in IE the rounded corners don't work cause it is CSS3. Now I have to tried: http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser http://fetchak.com/ie-css3/ http://css3pie.com These sites provide .htc files which should create rounded corners in all browsers. This works locally(outside of mendix) but doesnt work in a mendix project. How can I fix this?
asked
2 answers
0

It really depends on the version of IE. See these posts: rounded corners IE8

rounded corners IE9

I simply would not bother with pre 9 IE. To much hassle.

But did you try to put the .htc file within your custom Mendix theme. It might work.

answered
0

I would advise writing the css in a preprocessor, like Sass. In combination with Gulp/Grunt and a autoprefixer, it would do the browser compatibility for you.

answered