Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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 ??

#158519
atlhuck
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.