I'm editing some pages in C #. The pages are not very simple but without much effect. The layout works great on all browsers including EDGE. but in IE 10 and 11 everything is unconfigured. Besides the CSS does not get the HTML also undergoes some changes.
I'm using the and tags below
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv = "X-UA-Compatible" content = "IE = edge, Chrome = 1" />
<meta http-equiv = "x-ua-compatible" content = "IE = 11">
<add name="X-UA-Compatible" value="IE=EmulateIE11" />
But it does not solve the problem.
Follow images of only one of the items that are misaligned.
Followsystemlink
link
Has anyone gone through this ?? Thank you!