locomotivecms / site

Sources of the official Locomotive website

Home Page:https://www.locomotivecms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE and Firefox compatibility

jloosfelt opened this issue · comments

I removed "@charset "ASCII-8BIT";" from screen.css using the backoffice, it makes the site pass better in IE8 but there are still big issues.

image

I never saw this line of code, it must be generated by Compass reset maybe ?
Either way, I am not sure this is the problem with IE.
Nothing was done for IE or other vendors compatibility :(

@did can you define what would be your target, and we can work on this ?

The problem is simple.

IE doesn't support HTML5 tags at all.

There is a javascript polyfill -> html5shiv

Put the code below in the head :