Home › Forums › Back End › Why is CSS3 rendering differently in IE when served from Apache2 ?? › Reply To: Why is CSS3 rendering differently in IE when served from Apache2 ??
December 17, 2013 at 10:21 am
#158519
Participant
I found the issue, for those out there that might be curious. I had to change the IE compatibility level to “edge”, as follows (in the header file):
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Gotta love IE.