I read from all over the internet that to disable IE 11 compatibility mode is just put a snippet of code:
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
just directly under <head>
tag. But when I tested it in IE 11 with compatibility mode (document mode) set to IE 7, the page still breaks. Is there something I'm missing here?