Website with bad rendering on Internet Explorer
I have implemented a website, originally optimized for Firefox, Chrome, Safari and Opera, with CSS3.
Now, I would like to get the same rendering with Internet Explorer. From what I have found on StackOverflow, the solution may be to add in <head>
section :
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
But the rendering is not pretty (top and bottom menus are shifted and have not rounded corners) and I don't know how to fix it or at least improve it.
Could anyone give some clues or rules to get a better design under Internet Exlorer browser, especially for IE 11
and recent versions ?
Regards
链接地址: http://www.djcxy.com/p/7248.html