1
I am editing some pages in C#. The pages are not very simple but without much effect. The layout works very well in all browsers including EDGE. but in IE 10 and 11 everything is disfigured. In addition to CSS not catching HTML also undergoes some changes.
I’m using the and the 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 doesn’t solve the problem.
Follow images of only one of the items that are misaligned.
Follow the system link
https://eleicoes2018crmvmg.breleicoes.com/eleicoes/Login.aspx?tipins=1
Has anyone been through this? Thanks in advance!!